#32CF0D

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

Shades of Kelly Green #32CF0D

Tints of Kelly Green #32CF0D

Color information

#32CF0D (or 0x32CF0D) is unknown color: approx Kelly Green. HEX triplet: 32, CF and 0D. RGB value is (50,207,13). Sum of RGB (Red+Green+Blue) = 50+207+13=270 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.52% from 270); Green value is 207 (81.25% from 255 or 76.67% from 270); Blue value is 13 (5.47% from 255 or 4.81% from 270); Max value from RGB is 207 - color contains mainly: green. Hex color #32CF0D is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32CF0D is #CD30F2. Grayscale: #8A8A8A. Windows color (decimal): -13447411 or 905010. OLE color: 905010.

HSL color Cylindrical-coordinate representation of color #32CF0D: hue angle of 108.56º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #32CF0D is Cyan = 0.76, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB5020713-
CMYK0.7600.940.19
HSL108.56º88.18%43.14%-
HSV(B)108.56º93.72%81.18%-
XYZ23.745.337.88-
YUV137.9457.4965.27-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.52%
GREEN value IS 207 (81.25% from 255) = 76.67%
BLUE value IS 13 (5.47% from 255) = 4.81%
R=18.52%
G=76.67%
B=4.81%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal50207130.7600.940.19108.5688.1843.14
Hex32CFD4C05E136d582b
Octal623171511401362315513053
Binary1100101100111111011001100010111101001111011011011000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32CF0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,207,13); }

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

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

 a { background-color: rgb(50,207,13); }

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

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

 span { border-color: rgb(50,207,13); }

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