Html Css Color HEX #55C010 Kelly Green

📋 copy color: '#55C010'

red 85 ◦ green 192 ◦ blue 16

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

Shades of Kelly Green #55C010

Tints of Kelly Green #55C010

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 5.46%

R = 29.01%
G = 65.53%
B = 5.46%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.92

 K value IS 0.25

RGB Variations

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

Color information

#55C010 (or 0x55C010) is known color: Kelly Green. HEX triplet: 55, C0 and 10. RGB value is (85,192,16). Sum of RGB (Red+Green+Blue) = 85+192+16=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 192 (75.39% from 255 or 65.53% from 293); Blue value is 16 (6.64% from 255 or 5.46% from 293); Max value from RGB is 192 - color contains mainly: green. Hex color #55C010 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C010 is #AA3FEF. Grayscale: #8C8C8C. Windows color (decimal): -11157488 or 1097813. OLE color: 1097813.

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

Color convert

RGB 85 192 16 -
CMYK 0.56 0 0.92 0.25
HSL 96.48º 0.85% 0.41% -
HSV(B) 96.48º 0.92% 0.75% -
XYZ 22.69 39.67 6.95 -
YUV 139.94 58.05 88.81 -
System Red Green Blue C M Y K H S L
Decimal 85 192 16 0.56 0 0.92 0.25 96.48 0.85 0.41
Hex 55 C0 10 38 0 5C 19 60 55 29
Octal 125 300 20 70 0 134 31 140 125 51
Binary 1010101 11000000 10000 111000 0 1011100 11001 1100000 1010101 101001

Color Harmonies of #55C010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C010

Black with #55C010

Text Example


Text Example

White with #55C010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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