Html Css Color HEX #33DC5E Malachite

📋 copy color: '#33DC5E'

red 51 ◦ green 220 ◦ blue 94

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

Shades of Malachite #33DC5E

Tints of Malachite #33DC5E

RGB

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

 GREEN value IS 220 (86.33% from 255) = 60.27%

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

R = 13.97%
G = 60.27%
B = 25.75%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.57

 K value IS 0.14

RGB Variations

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

Color information

#33DC5E (or 0x33DC5E) is known color: Malachite. HEX triplet: 33, DC and 5E. RGB value is (51,220,94). Sum of RGB (Red+Green+Blue) = 51+220+94=365 (48% of max value = 765). Red value is 51 (20.31% from 255 or 13.97% from 365); Green value is 220 (86.33% from 255 or 60.27% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC5E is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC5E is #CC23A1. Grayscale: #9B9B9B. Windows color (decimal): -13378466 or 6216755. OLE color: 6216755.

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

Color convert

RGB 51 220 94 -
CMYK 0.77 0 0.57 0.14
HSL 135.27º 0.71% 0.53% -
HSV(B) 135.27º 0.77% 0.86% -
XYZ 28.98 52.7 19.23 -
YUV 155.11 93.51 53.75 -
System Red Green Blue C M Y K H S L
Decimal 51 220 94 0.77 0 0.57 0.14 135.27 0.71 0.53
Hex 33 DC 5E 4D 0 39 E 87 47 35
Octal 63 334 136 115 0 71 16 207 107 65
Binary 110011 11011100 1011110 1001101 0 111001 1110 10000111 1000111 110101

Color Harmonies of #33DC5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC5E

Black with #33DC5E

Text Example


Text Example

White with #33DC5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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