Html Css Color HEX #55C206 Kelly Green

📋 copy color: '#55C206'

red 85 ◦ green 194 ◦ blue 6

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

Shades of Kelly Green #55C206

Tints of Kelly Green #55C206

RGB

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

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

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

R = 29.82%
G = 68.07%
B = 2.11%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.97

 K value IS 0.24

RGB Variations

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

Color information

#55C206 (or 0x55C206) is known color: Kelly Green. HEX triplet: 55, C2 and 06. RGB value is (85,194,6). Sum of RGB (Red+Green+Blue) = 85+194+6=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 194 (76.17% from 255 or 68.07% from 285); Blue value is 6 (2.73% from 255 or 2.11% from 285); Max value from RGB is 194 - color contains mainly: green. Hex color #55C206 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C206 is #AA3DF9. Grayscale: #8C8C8C. Windows color (decimal): -11156986 or 442965. OLE color: 442965.

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

Color convert

RGB 85 194 6 -
CMYK 0.56 0 0.97 0.24
HSL 94.79º 0.94% 0.39% -
HSV(B) 94.79º 0.97% 0.76% -
XYZ 23.07 40.53 6.78 -
YUV 139.98 52.39 88.79 -
System Red Green Blue C M Y K H S L
Decimal 85 194 6 0.56 0 0.97 0.24 94.79 0.94 0.39
Hex 55 C2 6 38 0 61 18 5F 5E 27
Octal 125 302 6 70 0 141 30 137 136 47
Binary 1010101 11000010 110 111000 0 1100001 11000 1011111 1011110 100111

Color Harmonies of #55C206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C206

Black with #55C206

Text Example


Text Example

White with #55C206

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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