#33FF21

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

Shades of Harlequin #33FF21

Tints of Harlequin #33FF21

Color information

#33FF21 (or 0x33FF21) is unknown color: approx Harlequin. HEX triplet: 33, FF and 21. RGB value is (51,255,33). Sum of RGB (Red+Green+Blue) = 51+255+33=339 (44% of max value = 765). Red value is 51 (20.31% from 255 or 15.04% from 339); Green value is 255 (100% from 255 or 75.22% from 339); Blue value is 33 (13.28% from 255 or 9.73% from 339); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF21 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FF21 is #CC00DE. Grayscale: #A9A9A9. Windows color (decimal): -13369567 or 2228019. OLE color: 2228019.

HSL color Cylindrical-coordinate representation of color #33FF21: hue angle of 115.14º 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 #33FF21 is Cyan = 0.8, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.

Color convert

RGB5125533-
CMYK0.800.870
HSL115.14º100%56.47%-
HSV(B)115.14º87.06%100%-
XYZ37.472.3313.43-
YUV168.751.4144.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 15.04%
GREEN value IS 255 (100% from 255) = 75.22%
BLUE value IS 33 (13.28% from 255) = 9.73%
R=15.04%
G=75.22%
B=9.73%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal51255330.800.870115.1410056.47
Hex33FF21500570736438
Octal63377411200127016314470
Binary11001111111111100001101000001010111011100111100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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