#33FF20

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

Shades of Harlequin #33FF20

Tints of Harlequin #33FF20

Color information

#33FF20 (or 0x33FF20) is unknown color: approx Harlequin. HEX triplet: 33, FF and 20. RGB value is (51,255,32). Sum of RGB (Red+Green+Blue) = 51+255+32=338 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.09% from 338); Green value is 255 (100% from 255 or 75.44% from 338); Blue value is 32 (12.89% from 255 or 9.47% from 338); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF20 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF20 is #CC00DF. Grayscale: #A9A9A9. Windows color (decimal): -13369568 or 2162483. OLE color: 2162483.

HSL color Cylindrical-coordinate representation of color #33FF20: hue angle of 114.89º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #33FF20 is Cyan = 0.8, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB5125532-
CMYK0.800.870
HSL114.89º100%56.27%-
HSV(B)114.89º87.45%100%-
XYZ37.3972.3313.36-
YUV168.5850.9144.13-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.09%
GREEN value IS 255 (100% from 255) = 75.44%
BLUE value IS 32 (12.89% from 255) = 9.47%
R=15.09%
G=75.44%
B=9.47%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51255320.800.870114.8910056.27
Hex33FF20500570736438
Octal63377401200127016314470
Binary11001111111111100000101000001010111011100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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