#33F264

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

Shades of Malachite #33F264

Tints of Malachite #33F264

Color information

#33F264 (or 0x33F264) is unknown color: approx Malachite. HEX triplet: 33, F2 and 64. RGB value is (51,242,100). Sum of RGB (Red+Green+Blue) = 51+242+100=393 (52% of max value = 765). Red value is 51 (20.31% from 255 or 12.98% from 393); Green value is 242 (94.92% from 255 or 61.58% from 393); Blue value is 100 (39.45% from 255 or 25.45% from 393); Max value from RGB is 242 - color contains mainly: green. Hex color #33F264 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F264 is #CC0D9B. Grayscale: #A9A9A9. Windows color (decimal): -13372828 or 6615603. OLE color: 6615603.

HSL color Cylindrical-coordinate representation of color #33F264: hue angle of 135.39º degrees, saturation: 0.88, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #33F264 is Cyan = 0.79, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.

Color convert

RGB51242100-
CMYK0.7900.590.05
HSL135.39º88.02%57.45%-
HSV(B)135.39º78.93%94.9%-
XYZ35.4265.1322.76-
YUV168.789.2244.05-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 12.98%
GREEN value IS 242 (94.92% from 255) = 61.58%
BLUE value IS 100 (39.45% from 255) = 25.45%
R=12.98%
G=61.58%
B=25.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal512421000.7900.590.05135.3988.0257.45
Hex33F2644F03B5875839
Octal63362144117073520713071
Binary11001111110010110010010011110111011101100001111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,242,100); }

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

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

 a { background-color: rgb(51,242,100); }

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

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

 span { border-color: rgb(51,242,100); }

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