Html Css Color HEX #55C012 Kelly Green

📋 copy color: '#55C012'

red 85 ◦ green 192 ◦ blue 18

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

Shades of Kelly Green #55C012

Tints of Kelly Green #55C012

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 6.1%

R = 28.81%
G = 65.08%
B = 6.1%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#55C012 (or 0x55C012) is known color: Kelly Green. HEX triplet: 55, C0 and 12. RGB value is (85,192,18). Sum of RGB (Red+Green+Blue) = 85+192+18=295 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.81% from 295); Green value is 192 (75.39% from 255 or 65.08% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 192 - color contains mainly: green. Hex color #55C012 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55C012 is #AA3FED. Grayscale: #8C8C8C. Windows color (decimal): -11157486 or 1228885. OLE color: 1228885.

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

Color convert

RGB 85 192 18 -
CMYK 0.56 0 0.91 0.25
HSL 96.9º 0.83% 0.41% -
HSV(B) 96.9º 0.91% 0.75% -
XYZ 22.71 39.67 7.03 -
YUV 140.17 59.05 88.65 -
System Red Green Blue C M Y K H S L
Decimal 85 192 18 0.56 0 0.91 0.25 96.9 0.83 0.41
Hex 55 C0 12 38 0 5B 19 61 53 29
Octal 125 300 22 70 0 133 31 141 123 51
Binary 1010101 11000000 10010 111000 0 1011011 11001 1100001 1010011 101001

Color Harmonies of #55C012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55C012

Black with #55C012

Text Example


Text Example

White with #55C012

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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