#55B51F

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

Shades of Kelly Green #55B51F

Tints of Kelly Green #55B51F

Color information

#55B51F (or 0x55B51F) is unknown color: approx Kelly Green. HEX triplet: 55, B5 and 1F. RGB value is (85,181,31). Sum of RGB (Red+Green+Blue) = 85+181+31=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 181 (71.09% from 255 or 60.94% from 297); Blue value is 31 (12.5% from 255 or 10.44% from 297); Max value from RGB is 181 - color contains mainly: green. Hex color #55B51F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B51F is #AA4AE0. Grayscale: #878787. Windows color (decimal): -11160289 or 2078037. OLE color: 2078037.

HSL color Cylindrical-coordinate representation of color #55B51F: hue angle of 98.4º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #55B51F is Cyan = 0.53, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB8518131-
CMYK0.5300.830.29
HSL98.4º70.75%41.57%-
HSV(B)98.4º82.87%70.98%-
XYZ20.5235.086.99-
YUV135.269.292.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 181 (71.09% from 255) = 60.94%
BLUE value IS 31 (12.5% from 255) = 10.44%
R=28.62%
G=60.94%
B=10.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181310.5300.830.2998.470.7541.57
Hex55B51F350531D62472a
Octal125265376501233514210752
Binary10101011011010111111110101010100111110111000101000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B51F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,181,31); }

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

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

 a { background-color: rgb(85,181,31); }

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

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

 span { border-color: rgb(85,181,31); }

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