#55BF15

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

Shades of Kelly Green #55BF15

Tints of Kelly Green #55BF15

Color information

#55BF15 (or 0x55BF15) is unknown color: approx Kelly Green. HEX triplet: 55, BF and 15. RGB value is (85,191,21). Sum of RGB (Red+Green+Blue) = 85+191+21=297 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.62% from 297); Green value is 191 (75% from 255 or 64.31% from 297); Blue value is 21 (8.59% from 255 or 7.07% from 297); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF15 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #55BF15 is #AA40EA. Grayscale: #8C8C8C. Windows color (decimal): -11157739 or 1425237. OLE color: 1425237.

HSL color Cylindrical-coordinate representation of color #55BF15: hue angle of 97.41º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #55BF15 is Cyan = 0.55, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.25.

Color convert

RGB8519121-
CMYK0.5500.890.25
HSL97.41º80.19%41.57%-
HSV(B)97.41º89.01%74.9%-
XYZ22.5139.257.1-
YUV139.9360.8888.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.62%
GREEN value IS 191 (75% from 255) = 64.31%
BLUE value IS 21 (8.59% from 255) = 7.07%
R=28.62%
G=64.31%
B=7.07%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85191210.5500.890.2597.4180.1941.57
Hex55BF15370591961502a
Octal125277256701313114112052
Binary10101011011111110101110111010110011100111000011010000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,191,21); }

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

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

 a { background-color: rgb(85,191,21); }

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

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

 span { border-color: rgb(85,191,21); }

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