Html Css Color HEX #03DB70 Malachite

📋 copy color: '#03DB70'

red 3 ◦ green 219 ◦ blue 112

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

Shades of Malachite #03DB70

Tints of Malachite #03DB70

RGB

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

 GREEN value IS 219 (85.94% from 255) = 65.57%

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

R = 0.9%
G = 65.57%
B = 33.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#03DB70 (or 0x03DB70) is known color: Malachite. HEX triplet: 03, DB and 70. RGB value is (3,219,112). Sum of RGB (Red+Green+Blue) = 3+219+112=334 (44% of max value = 765). Red value is 3 (1.56% from 255 or 0.90% from 334); Green value is 219 (85.94% from 255 or 65.57% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB70 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DB70 is #FC248F. Grayscale: #8E8E8E. Windows color (decimal): -16524432 or 7396099. OLE color: 7396099.

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

Color convert

RGB 3 219 112 -
CMYK 0.99 0 0.49 0.14
HSL 150.28º 0.97% 0.44% -
HSV(B) 150.28º 0.99% 0.86% -
XYZ 28.29 51.85 23.85 -
YUV 142.22 110.94 28.7 -
System Red Green Blue C M Y K H S L
Decimal 3 219 112 0.99 0 0.49 0.14 150.28 0.97 0.44
Hex 3 DB 70 63 0 31 E 96 61 2C
Octal 3 333 160 143 0 61 16 226 141 54
Binary 11 11011011 1110000 1100011 0 110001 1110 10010110 1100001 101100

Color Harmonies of #03DB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB70

Black with #03DB70

Text Example


Text Example

White with #03DB70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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