#55BB21

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

Shades of Kelly Green #55BB21

Tints of Kelly Green #55BB21

Color information

#55BB21 (or 0x55BB21) is unknown color: approx Kelly Green. HEX triplet: 55, BB and 21. RGB value is (85,187,33). Sum of RGB (Red+Green+Blue) = 85+187+33=305 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.87% from 305); Green value is 187 (73.44% from 255 or 61.31% from 305); Blue value is 33 (13.28% from 255 or 10.82% from 305); Max value from RGB is 187 - color contains mainly: green. Hex color #55BB21 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55BB21 is #AA44DE. Grayscale: #8B8B8B. Windows color (decimal): -11158751 or 2210645. OLE color: 2210645.

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

Color convert

RGB8518733-
CMYK0.5500.820.27
HSL99.74º70%43.14%-
HSV(B)99.74º82.35%73.33%-
XYZ21.7937.587.54-
YUV138.9568.2189.52-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.87%
GREEN value IS 187 (73.44% from 255) = 61.31%
BLUE value IS 33 (13.28% from 255) = 10.82%
R=27.87%
G=61.31%
B=10.82%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal85187330.5500.820.2799.747043.14
Hex55BB21370521B64462b
Octal125273416701223314410653
Binary101010110111011100001110111010100101101111001001000110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55BB21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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