#32A805

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

Shades of Kelly Green #32A805

Tints of Kelly Green #32A805

Color information

#32A805 (or 0x32A805) is unknown color: approx Kelly Green. HEX triplet: 32, A8 and 05. RGB value is (50,168,5). Sum of RGB (Red+Green+Blue) = 50+168+5=223 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.42% from 223); Green value is 168 (66.02% from 255 or 75.34% from 223); Blue value is 5 (2.34% from 255 or 2.24% from 223); Max value from RGB is 168 - color contains mainly: green. Hex color #32A805 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #32A805 is #CD57FA. Grayscale: #727272. Windows color (decimal): -13457403 or 370738. OLE color: 370738.

HSL color Cylindrical-coordinate representation of color #32A805: hue angle of 103.44º degrees, saturation: 0.94, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #32A805 is Cyan = 0.70, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.34.

Color convert

RGB501685-
CMYK0.7000.970.34
HSL103.44º94.22%33.92%-
HSV(B)103.44º97.02%65.88%-
XYZ15.3528.694.87-
YUV114.1466.4182.25-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.42%
GREEN value IS 168 (66.02% from 255) = 75.34%
BLUE value IS 5 (2.34% from 255) = 2.24%
R=22.42%
G=75.34%
B=2.24%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal5016850.7000.970.34103.4494.2233.92
Hex32A854606122675e22
Octal62250510601414214713642
Binary1100101010100010110001100110000110001011001111011110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32A805

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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