#55B51B

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

Shades of Kelly Green #55B51B

Tints of Kelly Green #55B51B

Color information

#55B51B (or 0x55B51B) is unknown color: approx Kelly Green. HEX triplet: 55, B5 and 1B. RGB value is (85,181,27). Sum of RGB (Red+Green+Blue) = 85+181+27=293 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.01% from 293); Green value is 181 (71.09% from 255 or 61.77% from 293); Blue value is 27 (10.94% from 255 or 9.22% from 293); Max value from RGB is 181 - color contains mainly: green. Hex color #55B51B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B51B is #AA4AE4. Grayscale: #878787. Windows color (decimal): -11160293 or 1815893. OLE color: 1815893.

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

Color convert

RGB8518127-
CMYK0.5300.850.29
HSL97.4º74.04%40.78%-
HSV(B)97.4º85.08%70.98%-
XYZ20.4735.066.73-
YUV134.7467.292.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.01%
GREEN value IS 181 (71.09% from 255) = 61.77%
BLUE value IS 27 (10.94% from 255) = 9.22%
R=29.01%
G=61.77%
B=9.22%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85181270.5300.850.2997.474.0440.78
Hex55B51B350551D614a29
Octal125265336501253514111251
Binary10101011011010111011110101010101011110111000011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B51B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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