#33EF0F

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

Shades of Harlequin #33EF0F

Tints of Harlequin #33EF0F

Color information

#33EF0F (or 0x33EF0F) is unknown color: approx Harlequin. HEX triplet: 33, EF and 0F. RGB value is (51,239,15). Sum of RGB (Red+Green+Blue) = 51+239+15=305 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.72% from 305); Green value is 239 (93.75% from 255 or 78.36% from 305); Blue value is 15 (6.25% from 255 or 4.92% from 305); Max value from RGB is 239 - color contains mainly: green. Hex color #33EF0F is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33EF0F is #CC10F0. Grayscale: #9D9D9D. Windows color (decimal): -13373681 or 1044275. OLE color: 1044275.

HSL color Cylindrical-coordinate representation of color #33EF0F: hue angle of 110.36º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #33EF0F is Cyan = 0.79, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.06.

Color convert

RGB5123915-
CMYK0.7900.940.06
HSL110.36º88.19%49.8%-
HSV(B)110.36º93.72%93.73%-
XYZ32.3262.4710.81-
YUV157.2547.7252.21-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.72%
GREEN value IS 239 (93.75% from 255) = 78.36%
BLUE value IS 15 (6.25% from 255) = 4.92%
R=16.72%
G=78.36%
B=4.92%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.94
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal51239150.7900.940.06110.3688.1949.8
Hex33EFF4F05E66e5832
Octal63357171170136615613062
Binary11001111101111111110011110101111011011011101011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33EF0F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,239,15); }

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

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

 a { background-color: rgb(51,239,15); }

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

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

 span { border-color: rgb(51,239,15); }

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