#33D65A

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

Shades of Malachite #33D65A

Tints of Malachite #33D65A

Color information

#33D65A (or 0x33D65A) is unknown color: approx Malachite. HEX triplet: 33, D6 and 5A. RGB value is (51,214,90). Sum of RGB (Red+Green+Blue) = 51+214+90=355 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.37% from 355); Green value is 214 (83.98% from 255 or 60.28% from 355); Blue value is 90 (35.55% from 255 or 25.35% from 355); Max value from RGB is 214 - color contains mainly: green. Hex color #33D65A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D65A is #CC29A5. Grayscale: #979797. Windows color (decimal): -13380006 or 5953075. OLE color: 5953075.

HSL color Cylindrical-coordinate representation of color #33D65A: hue angle of 134.36º degrees, saturation: 0.67, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D65A is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB5121490-
CMYK0.7600.580.16
HSL134.36º66.53%51.96%-
HSV(B)134.36º76.17%83.92%-
XYZ27.2649.5417.8-
YUV151.1393.556.58-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.37%
GREEN value IS 214 (83.98% from 255) = 60.28%
BLUE value IS 90 (35.55% from 255) = 25.35%
R=14.37%
G=60.28%
B=25.35%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal51214900.7600.580.16134.3666.5351.96
Hex33D65A4C03A10864334
Octal633261321140722020610364
Binary1100111101011010110101001100011101010000100001101000011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D65A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,214,90); }

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

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

 a { background-color: rgb(51,214,90); }

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

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

 span { border-color: rgb(51,214,90); }

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