#55BC21

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

Shades of Kelly Green #55BC21

Tints of Kelly Green #55BC21

Color information

#55BC21 (or 0x55BC21) is unknown color: approx Kelly Green. HEX triplet: 55, BC and 21. RGB value is (85,188,33). Sum of RGB (Red+Green+Blue) = 85+188+33=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 188 (73.83% from 255 or 61.44% from 306); Blue value is 33 (13.28% from 255 or 10.78% from 306); Max value from RGB is 188 - color contains mainly: green. Hex color #55BC21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BC21 is #AA43DE. Grayscale: #8C8C8C. Windows color (decimal): -11158495 or 2210901. OLE color: 2210901.

HSL color Cylindrical-coordinate representation of color #55BC21: hue angle of 99.87º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55BC21 is Cyan = 0.55, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.26.

Color convert

RGB8518833-
CMYK0.5500.820.26
HSL99.87º70.14%43.33%-
HSV(B)99.87º82.45%73.73%-
XYZ2238.017.62-
YUV139.5367.8889.1-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 188 (73.83% from 255) = 61.44%
BLUE value IS 33 (13.28% from 255) = 10.78%
R=27.78%
G=61.44%
B=10.78%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal85188330.5500.820.2699.8770.1443.33
Hex55BC21370521A64462b
Octal125274416701223214410653
Binary101010110111100100001110111010100101101011001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BC21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,188,33); }

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

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

 a { background-color: rgb(85,188,33); }

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

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

 span { border-color: rgb(85,188,33); }

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