#33E212

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

Shades of Harlequin #33E212

Tints of Harlequin #33E212

Color information

#33E212 (or 0x33E212) is unknown color: approx Harlequin. HEX triplet: 33, E2 and 12. RGB value is (51,226,18). Sum of RGB (Red+Green+Blue) = 51+226+18=295 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.29% from 295); Green value is 226 (88.67% from 255 or 76.61% from 295); Blue value is 18 (7.42% from 255 or 6.10% from 295); Max value from RGB is 226 - color contains mainly: green. Hex color #33E212 is not a web safe color. Web safe color analog (approx): #33CC00. Inversed color of #33E212 is #CC1DED. Grayscale: #969696. Windows color (decimal): -13377006 or 1237555. OLE color: 1237555.

HSL color Cylindrical-coordinate representation of color #33E212: hue angle of 110.48º degrees, saturation: 0.85, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #33E212 is Cyan = 0.77, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.11.

Color convert

RGB5122618-
CMYK0.7700.920.11
HSL110.48º85.25%47.84%-
HSV(B)110.48º92.04%88.63%-
XYZ28.6755.149.7-
YUV149.9653.5257.41-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.29%
GREEN value IS 226 (88.67% from 255) = 76.61%
BLUE value IS 18 (7.42% from 255) = 6.10%
R=17.29%
G=76.61%
B=6.10%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.92
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal51226180.7700.920.11110.4885.2547.84
Hex33E2124D05CB6e5530
Octal633422211501341315612560
Binary1100111110001010010100110101011100101111011101010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E212

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,226,18); }

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

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

 a { background-color: rgb(51,226,18); }

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

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

 span { border-color: rgb(51,226,18); }

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