#55B310

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

Shades of Kelly Green #55B310

Tints of Kelly Green #55B310

Color information

#55B310 (or 0x55B310) is unknown color: approx Kelly Green. HEX triplet: 55, B3 and 10. RGB value is (85,179,16). Sum of RGB (Red+Green+Blue) = 85+179+16=280 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.36% from 280); Green value is 179 (70.31% from 255 or 63.93% from 280); Blue value is 16 (6.64% from 255 or 5.71% from 280); Max value from RGB is 179 - color contains mainly: green. Hex color #55B310 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B310 is #AA4CEF. Grayscale: #848484. Windows color (decimal): -11160816 or 1094485. OLE color: 1094485.

HSL color Cylindrical-coordinate representation of color #55B310: hue angle of 94.6º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #55B310 is Cyan = 0.53, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.30.

Color convert

RGB8517916-
CMYK0.5300.910.30
HSL94.6º83.59%38.24%-
HSV(B)94.6º91.06%70.2%-
XYZ19.9634.216.04-
YUV132.3162.3694.25-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.36%
GREEN value IS 179 (70.31% from 255) = 63.93%
BLUE value IS 16 (6.64% from 255) = 5.71%
R=30.36%
G=63.93%
B=5.71%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal85179160.5300.910.3094.683.5938.24
Hex55B3103505B1E5f5426
Octal125263206501333613712446
Binary10101011011001110000110101010110111111010111111010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,179,16); }

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

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

 a { background-color: rgb(85,179,16); }

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

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

 span { border-color: rgb(85,179,16); }

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