Html Css Color HEX #33DD5E Malachite

📋 copy color: '#33DD5E'

red 51 ◦ green 221 ◦ blue 94

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

Shades of Malachite #33DD5E

Tints of Malachite #33DD5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 25.68%

R = 13.93%
G = 60.38%
B = 25.68%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.13

RGB Variations

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

Color information

#33DD5E (or 0x33DD5E) is known color: Malachite. HEX triplet: 33, DD and 5E. RGB value is (51,221,94). Sum of RGB (Red+Green+Blue) = 51+221+94=366 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.93% from 366); Green value is 221 (86.72% from 255 or 60.38% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 221 - color contains mainly: green. Hex color #33DD5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DD5E is #CC22A1. Grayscale: #9C9C9C. Windows color (decimal): -13378210 or 6217011. OLE color: 6217011.

HSL color Cylindrical-coordinate representation of color #33DD5E: hue angle of 135.18º 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 #33DD5E is Cyan = 0.77, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.13.

Color convert

RGB 51 221 94 -
CMYK 0.77 0 0.57 0.13
HSL 135.18º 0.71% 0.53% -
HSV(B) 135.18º 0.77% 0.87% -
XYZ 29.24 53.22 19.32 -
YUV 155.69 93.18 53.33 -
System Red Green Blue C M Y K H S L
Decimal 51 221 94 0.77 0 0.57 0.13 135.18 0.71 0.53
Hex 33 DD 5E 4D 0 39 D 87 47 35
Octal 63 335 136 115 0 71 15 207 107 65
Binary 110011 11011101 1011110 1001101 0 111001 1101 10000111 1000111 110101

Color Harmonies of #33DD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DD5E

Black with #33DD5E

Text Example


Text Example

White with #33DD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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