#32E20C

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

Shades of Harlequin #32E20C

Tints of Harlequin #32E20C

Color information

#32E20C (or 0x32E20C) is unknown color: approx Harlequin. HEX triplet: 32, E2 and 0C. RGB value is (50,226,12). Sum of RGB (Red+Green+Blue) = 50+226+12=288 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.36% from 288); Green value is 226 (88.67% from 255 or 78.47% from 288); Blue value is 12 (5.08% from 255 or 4.17% from 288); Max value from RGB is 226 - color contains mainly: green. Hex color #32E20C is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E20C is #CD1DF3. Grayscale: #959595. Windows color (decimal): -13442548 or 844338. OLE color: 844338.

HSL color Cylindrical-coordinate representation of color #32E20C: hue angle of 109.35º degrees, saturation: 0.9, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #32E20C is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.11.

Color convert

RGB5022612-
CMYK0.7800.950.11
HSL109.35º89.92%46.67%-
HSV(B)109.35º94.69%88.63%-
XYZ28.5855.19.48-
YUV148.9850.6957.4-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.36%
GREEN value IS 226 (88.67% from 255) = 78.47%
BLUE value IS 12 (5.08% from 255) = 4.17%
R=17.36%
G=78.47%
B=4.17%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal50226120.7800.950.11109.3589.9246.67
Hex32E2C4E05FB6d5a2f
Octal623421411601371315513257
Binary110010111000101100100111001011111101111011011011010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E20C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,226,12); }

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

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

 a { background-color: rgb(50,226,12); }

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

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

 span { border-color: rgb(50,226,12); }

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