Html Css Color HEX #55C006 Kelly Green

📋 copy color: '#55C006'

red 85 ◦ green 192 ◦ blue 6

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

Shades of Kelly Green #55C006

Tints of Kelly Green #55C006

RGB

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

 GREEN value IS 192 (75.39% from 255) = 67.84%

 BLUE value IS 6 (2.73% from 255) = 2.12%

R = 30.04%
G = 67.84%
B = 2.12%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#55C006 (or 0x55C006) is known color: Kelly Green. HEX triplet: 55, C0 and 06. RGB value is (85,192,6). Sum of RGB (Red+Green+Blue) = 85+192+6=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 192 (75.39% from 255 or 67.84% from 283); Blue value is 6 (2.73% from 255 or 2.12% from 283); Max value from RGB is 192 - color contains mainly: green. Hex color #55C006 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C006 is #AA3FF9. Grayscale: #8B8B8B. Windows color (decimal): -11157498 or 442453. OLE color: 442453.

HSL color Cylindrical-coordinate representation of color #55C006: hue angle of 94.52º degrees, saturation: 0.94, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55C006 is Cyan = 0.56, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 85 192 6 -
CMYK 0.56 0 0.97 0.25
HSL 94.52º 0.94% 0.39% -
HSV(B) 94.52º 0.97% 0.75% -
XYZ 22.63 39.64 6.63 -
YUV 138.8 53.05 89.62 -
System Red Green Blue C M Y K H S L
Decimal 85 192 6 0.56 0 0.97 0.25 94.52 0.94 0.39
Hex 55 C0 6 38 0 61 19 5F 5E 27
Octal 125 300 6 70 0 141 31 137 136 47
Binary 1010101 11000000 110 111000 0 1100001 11001 1011111 1011110 100111

Color Harmonies of #55C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C006

Black with #55C006

Text Example


Text Example

White with #55C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,192,6); }

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

background-color css

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

 a { background-color: rgb(85,192,6); }

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

border-color css

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

 span { border-color: rgb(85,192,6); }

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