#55BF30

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

Shades of Kelly Green #55BF30

Tints of Kelly Green #55BF30

Color information

#55BF30 (or 0x55BF30) is unknown color: approx Kelly Green. HEX triplet: 55, BF and 30. RGB value is (85,191,48). Sum of RGB (Red+Green+Blue) = 85+191+48=324 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.23% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 48 (19.14% from 255 or 14.81% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #55BF30 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BF30 is #AA40CF. Grayscale: #8F8F8F. Windows color (decimal): -11157712 or 3194709. OLE color: 3194709.

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

Color convert

RGB8519148-
CMYK0.5500.750.25
HSL104.48º59.83%46.86%-
HSV(B)104.48º74.87%74.9%-
XYZ22.9139.419.19-
YUV14374.3886.63-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.23%
GREEN value IS 191 (75% from 255) = 58.95%
BLUE value IS 48 (19.14% from 255) = 14.81%
R=26.23%
G=58.95%
B=14.81%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal85191480.5500.750.25104.4859.8346.86
Hex55BF303704B19683c2f
Octal12527760670113311507457
Binary10101011011111111000011011101001011110011101000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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