#33F216

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

Shades of Harlequin #33F216

Tints of Harlequin #33F216

Color information

#33F216 (or 0x33F216) is unknown color: approx Harlequin. HEX triplet: 33, F2 and 16. RGB value is (51,242,22). Sum of RGB (Red+Green+Blue) = 51+242+22=315 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.19% from 315); Green value is 242 (94.92% from 255 or 76.83% from 315); Blue value is 22 (8.98% from 255 or 6.98% from 315); Max value from RGB is 242 - color contains mainly: green. Hex color #33F216 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33F216 is #CC0DE9. Grayscale: #A0A0A0. Windows color (decimal): -13372906 or 1503795. OLE color: 1503795.

HSL color Cylindrical-coordinate representation of color #33F216: hue angle of 112.09º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #33F216 is Cyan = 0.79, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.

Color convert

RGB5124222-
CMYK0.7900.910.05
HSL112.09º89.43%51.76%-
HSV(B)112.09º90.91%94.9%-
XYZ33.2664.2711.41-
YUV159.8150.2250.39-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.19%
GREEN value IS 242 (94.92% from 255) = 76.83%
BLUE value IS 22 (8.98% from 255) = 6.98%
R=16.19%
G=76.83%
B=6.98%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.91
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51242220.7900.910.05112.0989.4351.76
Hex33F2164F05B5705934
Octal63362261170133516013164
Binary110011111100101011010011110101101110111100001011001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,242,22); }

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

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

 a { background-color: rgb(51,242,22); }

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

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

 span { border-color: rgb(51,242,22); }

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