Html Css Color HEX #33DC5A Malachite

📋 copy color: '#33DC5A'

red 51 ◦ green 220 ◦ blue 90

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

Shades of Malachite #33DC5A

Tints of Malachite #33DC5A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 24.93%

R = 14.13%
G = 60.94%
B = 24.93%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.59

 K value IS 0.14

RGB Variations

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

Color information

#33DC5A (or 0x33DC5A) is known color: Malachite. HEX triplet: 33, DC and 5A. RGB value is (51,220,90). Sum of RGB (Red+Green+Blue) = 51+220+90=361 (47% of max value = 765). Red value is 51 (20.31% from 255 or 14.13% from 361); Green value is 220 (86.33% from 255 or 60.94% from 361); Blue value is 90 (35.55% from 255 or 24.93% from 361); Max value from RGB is 220 - color contains mainly: green. Hex color #33DC5A is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #33DC5A is #CC23A5. Grayscale: #9B9B9B. Windows color (decimal): -13378470 or 5954611. OLE color: 5954611.

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

Color convert

RGB 51 220 90 -
CMYK 0.77 0 0.59 0.14
HSL 133.85º 0.71% 0.53% -
HSV(B) 133.85º 0.77% 0.86% -
XYZ 28.8 52.63 18.31 -
YUV 154.65 91.51 54.07 -
System Red Green Blue C M Y K H S L
Decimal 51 220 90 0.77 0 0.59 0.14 133.85 0.71 0.53
Hex 33 DC 5A 4D 0 3B E 86 47 35
Octal 63 334 132 115 0 73 16 206 107 65
Binary 110011 11011100 1011010 1001101 0 111011 1110 10000110 1000111 110101

Color Harmonies of #33DC5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #33DC5A

Black with #33DC5A

Text Example


Text Example

White with #33DC5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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