#32C813

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

Shades of Kelly Green #32C813

Tints of Kelly Green #32C813

Color information

#32C813 (or 0x32C813) is unknown color: approx Kelly Green. HEX triplet: 32, C8 and 13. RGB value is (50,200,19). Sum of RGB (Red+Green+Blue) = 50+200+19=269 (35% of max value = 765). Red value is 50 (19.92% from 255 or 18.59% from 269); Green value is 200 (78.52% from 255 or 74.35% from 269); Blue value is 19 (7.81% from 255 or 7.06% from 269); Max value from RGB is 200 - color contains mainly: green. Hex color #32C813 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32C813 is #CD37EC. Grayscale: #878787. Windows color (decimal): -13449197 or 1296434. OLE color: 1296434.

HSL color Cylindrical-coordinate representation of color #32C813: hue angle of 109.72º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #32C813 is Cyan = 0.75, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.22.

Color convert

RGB5020019-
CMYK0.7500.900.22
HSL109.72º82.65%42.94%-
HSV(B)109.72º90.5%78.43%-
XYZ22.0942.037.57-
YUV134.5262.8167.72-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 18.59%
GREEN value IS 200 (78.52% from 255) = 74.35%
BLUE value IS 19 (7.81% from 255) = 7.06%
R=18.59%
G=74.35%
B=7.06%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal50200190.7500.900.22109.7282.6542.94
Hex32C8134B05A166e532b
Octal623102311301322615612353
Binary11001011001000100111001011010110101011011011101010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32C813

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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