Html Css Color HEX #03DD70 Malachite

📋 copy color: '#03DD70'

red 3 ◦ green 221 ◦ blue 112

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

Shades of Malachite #03DD70

Tints of Malachite #03DD70

RGB

 RED value IS 3 (1.56% from 255) = 0.89%

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

 BLUE value IS 112 (44.14% from 255) = 33.33%

R = 0.89%
G = 65.77%
B = 33.33%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#03DD70 (or 0x03DD70) is known color: Malachite. HEX triplet: 03, DD and 70. RGB value is (3,221,112). Sum of RGB (Red+Green+Blue) = 3+221+112=336 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.89% from 336); Green value is 221 (86.72% from 255 or 65.77% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DD70 is #FC228F. Grayscale: #8F8F8F. Windows color (decimal): -16523920 or 7396611. OLE color: 7396611.

HSL color Cylindrical-coordinate representation of color #03DD70: hue angle of 150º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD70 is Cyan = 0.99, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 221 112 -
CMYK 0.99 0 0.49 0.13
HSL 150º 0.97% 0.44% -
HSV(B) 150º 0.99% 0.87% -
XYZ 28.82 52.9 24.02 -
YUV 143.39 110.28 27.86 -
System Red Green Blue C M Y K H S L
Decimal 3 221 112 0.99 0 0.49 0.13 150 0.97 0.44
Hex 3 DD 70 63 0 31 D 96 61 2C
Octal 3 335 160 143 0 61 15 226 141 54
Binary 11 11011101 1110000 1100011 0 110001 1101 10010110 1100001 101100

Color Harmonies of #03DD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DD70

Black with #03DD70

Text Example


Text Example

White with #03DD70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03DD70; }

 p { color: rgb(3,221,112); }

 H1.HeaderClassName
 {
   color: #03DD70;
 }
 .AnyTagClassName
 {
   color: #03DD70;
 }
</style>

background-color css

<style>
 a { background-color: #03DD70; }

 a { background-color: rgb(3,221,112); }

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

border-color css

<style>
 span { border-color: #03DD70; }

 span { border-color: rgb(3,221,112); }

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