#33F25C

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

Shades of Malachite #33F25C

Tints of Malachite #33F25C

Color information

#33F25C (or 0x33F25C) is unknown color: approx Malachite. HEX triplet: 33, F2 and 5C. RGB value is (51,242,92). Sum of RGB (Red+Green+Blue) = 51+242+92=385 (50% of max value = 765). Red value is 51 (20.31% from 255 or 13.25% from 385); Green value is 242 (94.92% from 255 or 62.86% from 385); Blue value is 92 (36.33% from 255 or 23.90% from 385); Max value from RGB is 242 - color contains mainly: green. Hex color #33F25C is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #33F25C is #CC0DA3. Grayscale: #A8A8A8. Windows color (decimal): -13372836 or 6091315. OLE color: 6091315.

HSL color Cylindrical-coordinate representation of color #33F25C: hue angle of 132.88º 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 #33F25C is Cyan = 0.79, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.05.

Color convert

RGB5124292-
CMYK0.7900.620.05
HSL132.88º88.02%57.45%-
HSV(B)132.88º78.93%94.9%-
XYZ35.0564.9820.82-
YUV167.7985.2244.7-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 13.25%
GREEN value IS 242 (94.92% from 255) = 62.86%
BLUE value IS 92 (36.33% from 255) = 23.90%
R=13.25%
G=62.86%
B=23.90%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal51242920.7900.620.05132.8888.0257.45
Hex33F25C4F03E5855839
Octal63362134117076520513071
Binary11001111110010101110010011110111110101100001011011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33F25C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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