#55E12B

Color #55E12B Kelly Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kelly Green #55E12B

Tints of Kelly Green #55E12B

Color information

#55E12B (or 0x55E12B) is unknown color: approx Kelly Green. HEX triplet: 55, E1 and 2B. RGB value is (85,225,43). Sum of RGB (Red+Green+Blue) = 85+225+43=353 (46% of max value = 765). Red value is 85 (33.59% from 255 or 24.08% from 353); Green value is 225 (88.28% from 255 or 63.74% from 353); Blue value is 43 (17.19% from 255 or 12.18% from 353); Max value from RGB is 225 - color contains mainly: green. Hex color #55E12B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55E12B is #AA1ED4. Grayscale: #A2A2A2. Windows color (decimal): -11149013 or 2875733. OLE color: 2875733.

HSL color Cylindrical-coordinate representation of color #55E12B: hue angle of 106.15º degrees, saturation: 0.75, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #55E12B is Cyan = 0.62, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.12.

Color convert

RGB8522543-
CMYK0.6200.810.12
HSL106.15º75.21%52.55%-
HSV(B)106.15º80.89%88.24%-
XYZ31.1155.9611.45-
YUV162.3960.6272.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 24.08%
GREEN value IS 225 (88.28% from 255) = 63.74%
BLUE value IS 43 (17.19% from 255) = 12.18%
R=24.08%
G=63.74%
B=12.18%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal85225430.6200.810.12106.1575.2152.55
Hex55E12B3E051C6a4b35
Octal125341537601211415211365
Binary10101011110000110101111111001010001110011010101001011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55E12B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,225,43); }

 H1.HeaderClassName
 {
   color: #55E12B;
 }
 .AnyTagClassName
 {
   color: #55E12B;
 }
</style>
background-color css

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

 a { background-color: rgb(85,225,43); }

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

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

 span { border-color: rgb(85,225,43); }

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