#55B12F

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

Shades of Kelly Green #55B12F

Tints of Kelly Green #55B12F

Color information

#55B12F (or 0x55B12F) is unknown color: approx Kelly Green. HEX triplet: 55, B1 and 2F. RGB value is (85,177,47). Sum of RGB (Red+Green+Blue) = 85+177+47=309 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.51% from 309); Green value is 177 (69.53% from 255 or 57.28% from 309); Blue value is 47 (18.75% from 255 or 15.21% from 309); Max value from RGB is 177 - color contains mainly: green. Hex color #55B12F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #55B12F is #AA4ED0. Grayscale: #878787. Windows color (decimal): -11161297 or 3125589. OLE color: 3125589.

HSL color Cylindrical-coordinate representation of color #55B12F: hue angle of 102.46º degrees, saturation: 0.58, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #55B12F is Cyan = 0.52, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB8517747-
CMYK0.5200.730.31
HSL102.46º58.04%43.92%-
HSV(B)102.46º73.45%69.41%-
XYZ19.9833.588.12-
YUV134.6778.5292.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.51%
GREEN value IS 177 (69.53% from 255) = 57.28%
BLUE value IS 47 (18.75% from 255) = 15.21%
R=27.51%
G=57.28%
B=15.21%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal85177470.5200.730.31102.4658.0443.92
Hex55B12F340491F663a2c
Octal12526157640111371467254
Binary10101011011000110111111010001001001111111100110111010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B12F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,177,47); }

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

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

 a { background-color: rgb(85,177,47); }

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

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

 span { border-color: rgb(85,177,47); }

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