#32E40F

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

Shades of Harlequin #32E40F

Tints of Harlequin #32E40F

Color information

#32E40F (or 0x32E40F) is unknown color: approx Harlequin. HEX triplet: 32, E4 and 0F. RGB value is (50,228,15). Sum of RGB (Red+Green+Blue) = 50+228+15=293 (38% of max value = 765). Red value is 50 (19.92% from 255 or 17.06% from 293); Green value is 228 (89.45% from 255 or 77.82% from 293); Blue value is 15 (6.25% from 255 or 5.12% from 293); Max value from RGB is 228 - color contains mainly: green. Hex color #32E40F is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #32E40F is #CD1BF0. Grayscale: #979797. Windows color (decimal): -13442033 or 1041458. OLE color: 1041458.

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

Color convert

RGB5022815-
CMYK0.7800.930.11
HSL110.14º87.65%47.65%-
HSV(B)110.14º93.42%89.41%-
XYZ29.1556.29.76-
YUV150.551.5356.32-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 17.06%
GREEN value IS 228 (89.45% from 255) = 77.82%
BLUE value IS 15 (6.25% from 255) = 5.12%
R=17.06%
G=77.82%
B=5.12%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal50228150.7800.930.11110.1487.6547.65
Hex32E4F4E05DB6e5830
Octal623441711601351315613060
Binary110010111001001111100111001011101101111011101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32E40F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(50,228,15); }

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

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

 a { background-color: rgb(50,228,15); }

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

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

 span { border-color: rgb(50,228,15); }

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