Html Css Color HEX #55DC4D Screamin' Green

📋 copy color: '#55DC4D'

red 85 ◦ green 220 ◦ blue 77

#55DC4D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Screamin' Green #55DC4D

Tints of Screamin' Green #55DC4D

RGB

 RED value IS 85 (33.59% from 255) = 22.25%

 GREEN value IS 220 (86.33% from 255) = 57.59%

 BLUE value IS 77 (30.47% from 255) = 20.16%

R = 22.25%
G = 57.59%
B = 20.16%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.65

 K value IS 0.14

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#55DC4D (or 0x55DC4D) is known color: Screamin' Green. HEX triplet: 55, DC and 4D. RGB value is (85,220,77). Sum of RGB (Red+Green+Blue) = 85+220+77=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 220 (86.33% from 255 or 57.59% from 382); Blue value is 77 (30.47% from 255 or 20.16% from 382); Max value from RGB is 220 - color contains mainly: green. Hex color #55DC4D is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #55DC4D is #AA23B2. Grayscale: #A3A3A3. Windows color (decimal): -11150259 or 5102677. OLE color: 5102677.

HSL color Cylindrical-coordinate representation of color #55DC4D: hue angle of 116.64º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #55DC4D is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.14.

Color convert

RGB 85 220 77 -
CMYK 0.61 0 0.65 0.14
HSL 116.64º 0.67% 0.58% -
HSV(B) 116.64º 0.65% 0.86% -
XYZ 30.68 53.65 15.76 -
YUV 163.33 79.27 72.13 -
System Red Green Blue C M Y K H S L
Decimal 85 220 77 0.61 0 0.65 0.14 116.64 0.67 0.58
Hex 55 DC 4D 3D 0 41 E 75 43 3A
Octal 125 334 115 75 0 101 16 165 103 72
Binary 1010101 11011100 1001101 111101 0 1000001 1110 1110101 1000011 111010

Color Harmonies of #55DC4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55DC4D

Black with #55DC4D

Text Example


Text Example

White with #55DC4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55DC4D; }

 p { color: rgb(85,220,77); }

 H1.HeaderClassName
 {
   color: #55DC4D;
 }
 .AnyTagClassName
 {
   color: #55DC4D;
 }
</style>

background-color css

<style>
 a { background-color: #55DC4D; }

 a { background-color: rgb(85,220,77); }

 div.DivClassName
 {
   background-color: #55DC4D;
 }
 .BgClassName
 {
   background-color: #55DC4D;
 }
</style>

border-color css

<style>
 span { border-color: #55DC4D; }

 span { border-color: rgb(85,220,77); }

 td.TdClassName
 {
   border-color: #55DC4D;
 }
 .TagClassName
 {
   border-color: #55DC4D;
 }
</style>