Html Css Color HEX #33DD5D Malachite

📋 copy color: '#33DD5D'

red 51 ◦ green 221 ◦ blue 93

#33DD5D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Malachite #33DD5D

Tints of Malachite #33DD5D

RGB

 RED value IS 51 (20.31% from 255) = 13.97%

 GREEN value IS 221 (86.72% from 255) = 60.55%

 BLUE value IS 93 (36.72% from 255) = 25.48%

R = 13.97%
G = 60.55%
B = 25.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.58

 K value IS 0.13

RGB Variations

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

Color information

#33DD5D (or 0x33DD5D) is known color: Malachite. HEX triplet: 33, DD and 5D. RGB value is (51,221,93). Sum of RGB (Red+Green+Blue) = 51+221+93=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 221 (86.72% from 255 or 60.55% from 365); Blue value is 93 (36.72% from 255 or 25.48% from 365); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD5D is #CC22A2. Grayscale: #9B9B9B. Windows color (decimal): -13378211 or 6151475. OLE color: 6151475.

HSL color Cylindrical-coordinate representation of color #33DD5D: hue angle of 134.82º degrees, saturation: 0.71, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #33DD5D is Cyan = 0.77, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 93 -
CMYK 0.77 0 0.58 0.13
HSL 134.82º 0.71% 0.53% -
HSV(B) 134.82º 0.77% 0.87% -
XYZ 29.2 53.21 19.09 -
YUV 155.58 92.68 53.41 -
System Red Green Blue C M Y K H S L
Decimal 51 221 93 0.77 0 0.58 0.13 134.82 0.71 0.53
Hex 33 DD 5D 4D 0 3A D 87 47 35
Octal 63 335 135 115 0 72 15 207 107 65
Binary 110011 11011101 1011101 1001101 0 111010 1101 10000111 1000111 110101

Color Harmonies of #33DD5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD5D

Black with #33DD5D

Text Example


Text Example

White with #33DD5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #33DD5D;
 }
 .AnyTagClassName
 {
   color: #33DD5D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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