#33FC07

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

Shades of Harlequin #33FC07

Tints of Harlequin #33FC07

Color information

#33FC07 (or 0x33FC07) is unknown color: approx Harlequin. HEX triplet: 33, FC and 07. RGB value is (51,252,7). Sum of RGB (Red+Green+Blue) = 51+252+7=310 (41% of max value = 765). Red value is 51 (20.31% from 255 or 16.45% from 310); Green value is 252 (98.83% from 255 or 81.29% from 310); Blue value is 7 (3.12% from 255 or 2.26% from 310); Max value from RGB is 252 - color contains mainly: green. Hex color #33FC07 is not a web safe color. Web safe color analog (approx): #33FF00. Inversed color of #33FC07 is #CC03F8. Grayscale: #A4A4A4. Windows color (decimal): -13370361 or 523315. OLE color: 523315.

HSL color Cylindrical-coordinate representation of color #33FC07: hue angle of 109.22º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #33FC07 is Cyan = 0.80, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.01.

Color convert

RGB512527-
CMYK0.8000.970.01
HSL109.22º97.61%50.78%-
HSV(B)109.22º97.22%98.82%-
XYZ36.2170.3411.87-
YUV163.9739.4147.42-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.45%
GREEN value IS 252 (98.83% from 255) = 81.29%
BLUE value IS 7 (3.12% from 255) = 2.26%
R=16.45%
G=81.29%
B=2.26%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.97
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal5125270.8000.970.01109.2297.6150.78
Hex33FC75006116d6233
Octal6337471200141115514263
Binary11001111111100111101000001100001111011011100010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FC07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,252,7); }

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

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

 a { background-color: rgb(51,252,7); }

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

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

 span { border-color: rgb(51,252,7); }

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