#55B82B

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

Shades of Kelly Green #55B82B

Tints of Kelly Green #55B82B

Color information

#55B82B (or 0x55B82B) is unknown color: approx Kelly Green. HEX triplet: 55, B8 and 2B. RGB value is (85,184,43). Sum of RGB (Red+Green+Blue) = 85+184+43=312 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.24% from 312); Green value is 184 (72.27% from 255 or 58.97% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 184 - color contains mainly: green. Hex color #55B82B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #55B82B is #AA47D4. Grayscale: #8A8A8A. Windows color (decimal): -11159509 or 2865237. OLE color: 2865237.

HSL color Cylindrical-coordinate representation of color #55B82B: hue angle of 102.13º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #55B82B is Cyan = 0.54, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.28.

Color convert

RGB8518443-
CMYK0.5400.770.28
HSL102.13º62.11%44.51%-
HSV(B)102.13º76.63%72.16%-
XYZ21.3236.398.19-
YUV138.3274.289.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.24%
GREEN value IS 184 (72.27% from 255) = 58.97%
BLUE value IS 43 (17.19% from 255) = 13.78%
R=27.24%
G=58.97%
B=13.78%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal85184430.5400.770.28102.1362.1144.51
Hex55B82B3604D1C663e2d
Octal12527053660115341467655
Binary10101011011100010101111011001001101111001100110111110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55B82B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,184,43); }

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

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

 a { background-color: rgb(85,184,43); }

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

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

 span { border-color: rgb(85,184,43); }

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