#33ED0B

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

Shades of Harlequin #33ED0B

Tints of Harlequin #33ED0B

Color information

#33ED0B (or 0x33ED0B) is unknown color: approx Harlequin. HEX triplet: 33, ED and 0B. RGB value is (51,237,11). Sum of RGB (Red+Green+Blue) = 51+237+11=299 (39% of max value = 765). Red value is 51 (20.31% from 255 or 17.06% from 299); Green value is 237 (92.97% from 255 or 79.26% from 299); Blue value is 11 (4.69% from 255 or 3.68% from 299); Max value from RGB is 237 - color contains mainly: green. Hex color #33ED0B is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33ED0B is #CC12F4. Grayscale: #9C9C9C. Windows color (decimal): -13374197 or 781619. OLE color: 781619.

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

Color convert

RGB5123711-
CMYK0.7800.950.07
HSL109.38º91.13%48.63%-
HSV(B)109.38º95.36%92.94%-
XYZ31.7161.310.48-
YUV155.6246.3853.38-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 17.06%
GREEN value IS 237 (92.97% from 255) = 79.26%
BLUE value IS 11 (4.69% from 255) = 3.68%
R=17.06%
G=79.26%
B=3.68%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal51237110.7800.950.07109.3891.1348.63
Hex33EDB4E05F76d5b31
Octal63355131160137715513361
Binary11001111101101101110011100101111111111011011011011110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33ED0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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