#32B218

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

Shades of Kelly Green #32B218

Tints of Kelly Green #32B218

Color information

#32B218 (or 0x32B218) is unknown color: approx Kelly Green. HEX triplet: 32, B2 and 18. RGB value is (50,178,24). Sum of RGB (Red+Green+Blue) = 50+178+24=252 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.84% from 252); Green value is 178 (69.92% from 255 or 70.63% from 252); Blue value is 24 (9.77% from 255 or 9.52% from 252); Max value from RGB is 178 - color contains mainly: green. Hex color #32B218 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B218 is #CD4DE7. Grayscale: #7A7A7A. Windows color (decimal): -13454824 or 1618482. OLE color: 1618482.

HSL color Cylindrical-coordinate representation of color #32B218: hue angle of 109.87º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #32B218 is Cyan = 0.72, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.30.

Color convert

RGB5017824-
CMYK0.7200.870.30
HSL109.87º76.24%39.61%-
HSV(B)109.87º86.52%69.8%-
XYZ17.432.586.24-
YUV122.1772.5976.52-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.84%
GREEN value IS 178 (69.92% from 255) = 70.63%
BLUE value IS 24 (9.77% from 255) = 9.52%
R=19.84%
G=70.63%
B=9.52%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50178240.7200.870.30109.8776.2439.61
Hex32B218480571E6e4c28
Octal622623011001273615611450
Binary11001010110010110001001000010101111111011011101001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #32B218; }

 p { color: rgb(50,178,24); }

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

<style>
 a { background-color: #32B218; }

 a { background-color: rgb(50,178,24); }

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

<style>
 span { border-color: #32B218; }

 span { border-color: rgb(50,178,24); }

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