#32D50E

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

Shades of Kelly Green #32D50E

Tints of Kelly Green #32D50E

Color information

#32D50E (or 0x32D50E) is unknown color: approx Kelly Green. HEX triplet: 32, D5 and 0E. RGB value is (50,213,14). Sum of RGB (Red+Green+Blue) = 50+213+14=277 (36% of max value = 765). Red value is 50 (19.92% from 255 or 18.05% from 277); Green value is 213 (83.59% from 255 or 76.90% from 277); Blue value is 14 (5.86% from 255 or 5.05% from 277); Max value from RGB is 213 - color contains mainly: green. Hex color #32D50E is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32D50E is #CD2AF1. Grayscale: #8E8E8E. Windows color (decimal): -13445874 or 972082. OLE color: 972082.

HSL color Cylindrical-coordinate representation of color #32D50E: hue angle of 109.15º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #32D50E is Cyan = 0.77, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.16.

Color convert

RGB5021314-
CMYK0.7700.930.16
HSL109.15º87.67%44.51%-
HSV(B)109.15º93.43%83.53%-
XYZ25.1948.38.41-
YUV141.585662.68-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.05%
GREEN value IS 213 (83.59% from 255) = 76.90%
BLUE value IS 14 (5.86% from 255) = 5.05%
R=18.05%
G=76.90%
B=5.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal50213140.7700.930.16109.1587.6744.51
Hex32D5E4D05D106d582d
Octal623251611501352015513055
Binary1100101101010111101001101010111011000011011011011000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32D50E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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