#33D95D

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

Shades of Malachite #33D95D

Tints of Malachite #33D95D

Color information

#33D95D (or 0x33D95D) is unknown color: approx Malachite. HEX triplet: 33, D9 and 5D. RGB value is (51,217,93). Sum of RGB (Red+Green+Blue) = 51+217+93=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 217 (85.16% from 255 or 60.11% from 361); Blue value is 93 (36.72% from 255 or 25.76% from 361); Max value from RGB is 217 - color contains mainly: green. Hex color #33D95D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D95D is #CC26A2. Grayscale: #999999. Windows color (decimal): -13379235 or 6150451. OLE color: 6150451.

HSL color Cylindrical-coordinate representation of color #33D95D: hue angle of 135.18º degrees, saturation: 0.69, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #33D95D is Cyan = 0.76, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.

Color convert

RGB5121793-
CMYK0.7600.570.15
HSL135.18º68.6%52.55%-
HSV(B)135.18º76.5%85.1%-
XYZ28.1551.1218.74-
YUV153.239455.08-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.13%
GREEN value IS 217 (85.16% from 255) = 60.11%
BLUE value IS 93 (36.72% from 255) = 25.76%
R=14.13%
G=60.11%
B=25.76%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51217930.7600.570.15135.1868.652.55
Hex33D95D4C039F874535
Octal633311351140711720710565
Binary110011110110011011101100110001110011111100001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D95D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(51,217,93); }

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

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

 a { background-color: rgb(51,217,93); }

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

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

 span { border-color: rgb(51,217,93); }

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