#55B70B

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

Shades of Kelly Green #55B70B

Tints of Kelly Green #55B70B

Color information

#55B70B (or 0x55B70B) is unknown color: approx Kelly Green. HEX triplet: 55, B7 and 0B. RGB value is (85,183,11). Sum of RGB (Red+Green+Blue) = 85+183+11=279 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.47% from 279); Green value is 183 (71.88% from 255 or 65.59% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 183 - color contains mainly: green. Hex color #55B70B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B70B is #AA48F4. Grayscale: #868686. Windows color (decimal): -11159797 or 767829. OLE color: 767829.

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

Color convert

RGB8518311-
CMYK0.5400.940.28
HSL94.19º88.66%38.04%-
HSV(B)94.19º93.99%71.76%-
XYZ20.7435.826.14-
YUV134.0958.5392.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.47%
GREEN value IS 183 (71.88% from 255) = 65.59%
BLUE value IS 11 (4.69% from 255) = 3.94%
R=30.47%
G=65.59%
B=3.94%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85183110.5400.940.2894.1988.6638.04
Hex55B7B3605E1C5e5926
Octal125267136601363413613146
Binary1010101101101111011110110010111101110010111101011001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,183,11); }

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

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

 a { background-color: rgb(85,183,11); }

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

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

 span { border-color: rgb(85,183,11); }

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