#33F420

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

Shades of Harlequin #33F420

Tints of Harlequin #33F420

Color information

#33F420 (or 0x33F420) is unknown color: approx Harlequin. HEX triplet: 33, F4 and 20. RGB value is (51,244,32). Sum of RGB (Red+Green+Blue) = 51+244+32=327 (43% of max value = 765). Red value is 51 (20.31% from 255 or 15.60% from 327); Green value is 244 (95.70% from 255 or 74.62% from 327); Blue value is 32 (12.89% from 255 or 9.79% from 327); Max value from RGB is 244 - color contains mainly: green. Hex color #33F420 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33F420 is #CC0BDF. Grayscale: #A2A2A2. Windows color (decimal): -13372384 or 2159667. OLE color: 2159667.

HSL color Cylindrical-coordinate representation of color #33F420: hue angle of 114.62º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33F420 is Cyan = 0.79, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.04.

Color convert

RGB5124432-
CMYK0.7900.870.04
HSL114.62º90.6%54.12%-
HSV(B)114.62º86.89%95.69%-
XYZ33.9865.5112.22-
YUV162.1254.5648.74-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.60%
GREEN value IS 244 (95.70% from 255) = 74.62%
BLUE value IS 32 (12.89% from 255) = 9.79%
R=15.60%
G=74.62%
B=9.79%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal51244320.7900.870.04114.6290.654.12
Hex33F4204F0574735b36
Octal63364401170127416313366
Binary1100111111010010000010011110101011110011100111011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F420

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #33F420; }

 p { color: rgb(51,244,32); }

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

<style>
 a { background-color: #33F420; }

 a { background-color: rgb(51,244,32); }

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

<style>
 span { border-color: #33F420; }

 span { border-color: rgb(51,244,32); }

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