#33D95C

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

Shades of Malachite #33D95C

Tints of Malachite #33D95C

Color information

#33D95C (or 0x33D95C) is unknown color: approx Malachite. HEX triplet: 33, D9 and 5C. RGB value is (51,217,92). Sum of RGB (Red+Green+Blue) = 51+217+92=360 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.17% from 360); Green value is 217 (85.16% from 255 or 60.28% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 217 - color contains mainly: green. Hex color #33D95C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33D95C is #CC26A3. Grayscale: #999999. Windows color (decimal): -13379236 or 6084915. OLE color: 6084915.

HSL color Cylindrical-coordinate representation of color #33D95C: hue angle of 134.82º 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 #33D95C is Cyan = 0.76, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB5121792-
CMYK0.7600.580.15
HSL134.82º68.6%52.55%-
HSV(B)134.82º76.5%85.1%-
XYZ28.1151.118.51-
YUV153.1293.555.16-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 14.17%
GREEN value IS 217 (85.16% from 255) = 60.28%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=14.17%
G=60.28%
B=25.56%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal51217920.7600.580.15134.8268.652.55
Hex33D95C4C03AF874535
Octal633311341140721720710565
Binary110011110110011011100100110001110101111100001111000101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33D95C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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