#33FD28

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

Shades of Harlequin #33FD28

Tints of Harlequin #33FD28

Color information

#33FD28 (or 0x33FD28) is unknown color: approx Harlequin. HEX triplet: 33, FD and 28. RGB value is (51,253,40). Sum of RGB (Red+Green+Blue) = 51+253+40=344 (45% of max value = 765). Red value is 51 (20.31% from 255 or 14.83% from 344); Green value is 253 (99.22% from 255 or 73.55% from 344); Blue value is 40 (16.02% from 255 or 11.63% from 344); Max value from RGB is 253 - color contains mainly: green. Hex color #33FD28 is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #33FD28 is #CC02D7. Grayscale: #A8A8A8. Windows color (decimal): -13370072 or 2686259. OLE color: 2686259.

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

Color convert

RGB5125340-
CMYK0.8000.840.01
HSL116.9º98.16%57.45%-
HSV(B)116.9º84.19%99.22%-
XYZ36.8771.1113.79-
YUV168.3255.5844.32-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.83%
GREEN value IS 253 (99.22% from 255) = 73.55%
BLUE value IS 40 (16.02% from 255) = 11.63%
R=14.83%
G=73.55%
B=11.63%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal51253400.8000.840.01116.998.1657.45
Hex33FD28500541756239
Octal63375501200124116514271
Binary11001111111101101000101000001010100111101011100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33FD28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,253,40); }

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

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

 a { background-color: rgb(51,253,40); }

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

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

 span { border-color: rgb(51,253,40); }

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