#33E70B

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

Shades of Harlequin #33E70B

Tints of Harlequin #33E70B

Color information

#33E70B (or 0x33E70B) is unknown color: approx Harlequin. HEX triplet: 33, E7 and 0B. RGB value is (51,231,11). Sum of RGB (Red+Green+Blue) = 51+231+11=293 (38% of max value = 765). Red value is 51 (20.31% from 255 or 17.41% from 293); Green value is 231 (90.62% from 255 or 78.84% from 293); Blue value is 11 (4.69% from 255 or 3.75% from 293); Max value from RGB is 231 - color contains mainly: green. Hex color #33E70B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33E70B is #CC18F4. Grayscale: #989898. Windows color (decimal): -13375733 or 780083. OLE color: 780083.

HSL color Cylindrical-coordinate representation of color #33E70B: hue angle of 109.09º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #33E70B is Cyan = 0.78, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.09.

Color convert

RGB5123111-
CMYK0.7800.950.09
HSL109.09º90.91%47.45%-
HSV(B)109.09º95.24%90.59%-
XYZ3057.889.91-
YUV152.148.3755.89-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.41%
GREEN value IS 231 (90.62% from 255) = 78.84%
BLUE value IS 11 (4.69% from 255) = 3.75%
R=17.41%
G=78.84%
B=3.75%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal51231110.7800.950.09109.0990.9147.45
Hex33E7B4E05F96d5b2f
Octal633471311601371115513357
Binary110011111001111011100111001011111100111011011011011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33E70B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,231,11); }

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

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

 a { background-color: rgb(51,231,11); }

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

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

 span { border-color: rgb(51,231,11); }

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