#55B805

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

Shades of Kelly Green #55B805

Tints of Kelly Green #55B805

Color information

#55B805 (or 0x55B805) is unknown color: approx Kelly Green. HEX triplet: 55, B8 and 05. RGB value is (85,184,5). Sum of RGB (Red+Green+Blue) = 85+184+5=274 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.02% from 274); Green value is 184 (72.27% from 255 or 67.15% from 274); Blue value is 5 (2.34% from 255 or 1.82% from 274); Max value from RGB is 184 - color contains mainly: green. Hex color #55B805 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B805 is #AA47FA. Grayscale: #868686. Windows color (decimal): -11159547 or 374869. OLE color: 374869.

HSL color Cylindrical-coordinate representation of color #55B805: hue angle of 93.18º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #55B805 is Cyan = 0.54, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.28.

Color convert

RGB851845-
CMYK0.5400.970.28
HSL93.18º94.71%37.06%-
HSV(B)93.18º97.28%72.16%-
XYZ20.9136.226.03-
YUV133.9955.293.05-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.02%
GREEN value IS 184 (72.27% from 255) = 67.15%
BLUE value IS 5 (2.34% from 255) = 1.82%
R=31.02%
G=67.15%
B=1.82%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal8518450.5400.970.2893.1894.7137.06
Hex55B85360611C5d5f25
Octal12527056601413413513745
Binary101010110111000101110110011000011110010111011011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,5); }

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

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

 a { background-color: rgb(85,184,5); }

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

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

 span { border-color: rgb(85,184,5); }

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