#32C805

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

Shades of Kelly Green #32C805

Tints of Kelly Green #32C805

Color information

#32C805 (or 0x32C805) is unknown color: approx Kelly Green. HEX triplet: 32, C8 and 05. RGB value is (50,200,5). Sum of RGB (Red+Green+Blue) = 50+200+5=255 (33% of max value = 765). Red value is 50 (19.92% from 255 or 19.61% from 255); Green value is 200 (78.52% from 255 or 78.43% from 255); Blue value is 5 (2.34% from 255 or 1.96% from 255); Max value from RGB is 200 - color contains mainly: green. Hex color #32C805 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C805 is #CD37FA. Grayscale: #858585. Windows color (decimal): -13449211 or 378930. OLE color: 378930.

HSL color Cylindrical-coordinate representation of color #32C805: hue angle of 106.15º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #32C805 is Cyan = 0.75, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.22.

Color convert

RGB502005-
CMYK0.7500.980.22
HSL106.15º95.12%40.2%-
HSV(B)106.15º97.5%78.43%-
XYZ22427.09-
YUV132.9255.8168.86-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 19.61%
GREEN value IS 200 (78.52% from 255) = 78.43%
BLUE value IS 5 (2.34% from 255) = 1.96%
R=19.61%
G=78.43%
B=1.96%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal5020050.7500.980.22106.1595.1240.2
Hex32C854B062166a5f28
Octal62310511301422615213750
Binary110010110010001011001011011000101011011010101011111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,200,5); }

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

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

 a { background-color: rgb(50,200,5); }

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

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

 span { border-color: rgb(50,200,5); }

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