Html Css Color HEX #55C204 Kelly Green

📋 copy color: '#55C204'

red 85 ◦ green 194 ◦ blue 4

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

Shades of Kelly Green #55C204

Tints of Kelly Green #55C204

RGB

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

 GREEN value IS 194 (76.17% from 255) = 68.55%

 BLUE value IS 4 (1.95% from 255) = 1.41%

R = 30.04%
G = 68.55%
B = 1.41%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.98

 K value IS 0.24

RGB Variations

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

Color information

#55C204 (or 0x55C204) is known color: Kelly Green. HEX triplet: 55, C2 and 04. RGB value is (85,194,4). Sum of RGB (Red+Green+Blue) = 85+194+4=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 194 (76.17% from 255 or 68.55% from 283); Blue value is 4 (1.95% from 255 or 1.41% from 283); Max value from RGB is 194 - color contains mainly: green. Hex color #55C204 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C204 is #AA3DFB. Grayscale: #8C8C8C. Windows color (decimal): -11156988 or 311893. OLE color: 311893.

HSL color Cylindrical-coordinate representation of color #55C204: hue angle of 94.42º degrees, saturation: 0.96, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #55C204 is Cyan = 0.56, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.24.

Color convert

RGB 85 194 4 -
CMYK 0.56 0 0.98 0.24
HSL 94.42º 0.96% 0.39% -
HSV(B) 94.42º 0.98% 0.76% -
XYZ 23.06 40.52 6.72 -
YUV 139.75 51.39 88.95 -
System Red Green Blue C M Y K H S L
Decimal 85 194 4 0.56 0 0.98 0.24 94.42 0.96 0.39
Hex 55 C2 4 38 0 62 18 5E 60 27
Octal 125 302 4 70 0 142 30 136 140 47
Binary 1010101 11000010 100 111000 0 1100010 11000 1011110 1100000 100111

Color Harmonies of #55C204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C204

Black with #55C204

Text Example


Text Example

White with #55C204

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,194,4); }

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

background-color css

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

 a { background-color: rgb(85,194,4); }

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

border-color css

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

 span { border-color: rgb(85,194,4); }

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