#33FF00

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

Shades of Harlequin #33FF00

Tints of Harlequin #33FF00

Color information

#33FF00 (or 0x33FF00) is unknown color: approx Harlequin. HEX triplet: 33, FF and 00. RGB value is (51,255,0). Sum of RGB (Red+Green+Blue) = 51+255+0=306 (40% of max value = 765). Red value is 51 (20.31% from 255 or 16.67% from 306); Green value is 255 (100% from 255 or 83.33% from 306); Blue value is 0 (0.39% from 255 or 0% from 306); Max value from RGB is 255 - color contains mainly: green. Hex color #33FF00 is a web safe color. Inversed color of #33FF00 is #CC00FF. Grayscale: #A5A5A5. Windows color (decimal): -13369600 or 65331. OLE color: 65331.

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

Color convert

RGB512550-
CMYK0.8010
HSL108º100%50%-
HSV(B)108º100%100%-
XYZ37.1372.2211.98-
YUV164.9334.9146.73-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 16.67%
GREEN value IS 255 (100% from 255) = 83.33%
BLUE value IS 0 (0.39% from 255) = 0%
R=16.67%
G=83.33%
B=0%

CMYK

C (Cyan) values IS 0.8
M (Magenta) values IS 0
Y (Yellow) values IS 1
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal5125500.801010810050
Hex33FF05006406c6432
Octal6337701200144015414462
Binary110011111111110101000001100100011011001100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FF00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,255,0); }

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

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

 a { background-color: rgb(51,255,0); }

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

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

 span { border-color: rgb(51,255,0); }

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