#55B40B

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

Shades of Kelly Green #55B40B

Tints of Kelly Green #55B40B

Color information

#55B40B (or 0x55B40B) is unknown color: approx Kelly Green. HEX triplet: 55, B4 and 0B. RGB value is (85,180,11). Sum of RGB (Red+Green+Blue) = 85+180+11=276 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.80% from 276); Green value is 180 (70.70% from 255 or 65.22% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 180 - color contains mainly: green. Hex color #55B40B is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55B40B is #AA4BF4. Grayscale: #848484. Windows color (decimal): -11160565 or 767061. OLE color: 767061.

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

Color convert

RGB8518011-
CMYK0.5300.940.29
HSL93.73º88.48%37.45%-
HSV(B)93.73º93.89%70.59%-
XYZ20.1334.65.93-
YUV132.3359.5394.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.80%
GREEN value IS 180 (70.70% from 255) = 65.22%
BLUE value IS 11 (4.69% from 255) = 3.99%
R=30.80%
G=65.22%
B=3.99%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal85180110.5300.940.2993.7388.4837.45
Hex55B4B3505E1D5e5825
Octal125264136501363513613045
Binary1010101101101001011110101010111101110110111101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B40B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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