#32B10E

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

Shades of Kelly Green #32B10E

Tints of Kelly Green #32B10E

Color information

#32B10E (or 0x32B10E) is unknown color: approx Kelly Green. HEX triplet: 32, B1 and 0E. RGB value is (50,177,14). Sum of RGB (Red+Green+Blue) = 50+177+14=241 (31% of max value = 765). Red value is 50 (19.92% from 255 or 20.75% from 241); Green value is 177 (69.53% from 255 or 73.44% from 241); Blue value is 14 (5.86% from 255 or 5.81% from 241); Max value from RGB is 177 - color contains mainly: green. Hex color #32B10E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32B10E is #CD4EF1. Grayscale: #787878. Windows color (decimal): -13455090 or 962866. OLE color: 962866.

HSL color Cylindrical-coordinate representation of color #32B10E: hue angle of 106.75º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #32B10E is Cyan = 0.72, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB5017714-
CMYK0.7200.920.31
HSL106.75º85.34%37.45%-
HSV(B)106.75º92.09%69.41%-
XYZ17.1232.155.72-
YUV120.4467.9277.75-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 20.75%
GREEN value IS 177 (69.53% from 255) = 73.44%
BLUE value IS 14 (5.86% from 255) = 5.81%
R=20.75%
G=73.44%
B=5.81%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal50177140.7200.920.31106.7585.3437.45
Hex32B1E4805C1F6b5525
Octal622611611001343715312545
Binary1100101011000111101001000010111001111111010111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32B10E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,177,14); }

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

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

 a { background-color: rgb(50,177,14); }

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

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

 span { border-color: rgb(50,177,14); }

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