#32B214

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

Shades of Kelly Green #32B214

Tints of Kelly Green #32B214

Color information

#32B214 (or 0x32B214) is unknown color: approx Kelly Green. HEX triplet: 32, B2 and 14. RGB value is (50,178,20). Sum of RGB (Red+Green+Blue) = 50+178+20=248 (32% of max value = 765). Red value is 50 (19.92% from 255 or 20.16% from 248); Green value is 178 (69.92% from 255 or 71.77% from 248); Blue value is 20 (8.20% from 255 or 8.06% from 248); Max value from RGB is 178 - color contains mainly: green. Hex color #32B214 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B214 is #CD4DEB. Grayscale: #7A7A7A. Windows color (decimal): -13454828 or 1356338. OLE color: 1356338.

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

Color convert

RGB5017820-
CMYK0.7200.890.30
HSL108.61º79.8%38.82%-
HSV(B)108.61º88.76%69.8%-
XYZ17.3632.576.03-
YUV121.7270.5976.85-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.16%
GREEN value IS 178 (69.92% from 255) = 71.77%
BLUE value IS 20 (8.20% from 255) = 8.06%
R=20.16%
G=71.77%
B=8.06%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.89
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal50178200.7200.890.30108.6179.838.82
Hex32B214480591E6d5027
Octal622622411001313615512047
Binary11001010110010101001001000010110011111011011011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B214

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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