Html Css Color HEX #03DB5D Malachite

📋 copy color: '#03DB5D'

red 3 ◦ green 219 ◦ blue 93

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

Shades of Malachite #03DB5D

Tints of Malachite #03DB5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 29.52%

R = 0.95%
G = 69.52%
B = 29.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.14

RGB Variations

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

Color information

#03DB5D (or 0x03DB5D) is known color: Malachite. HEX triplet: 03, DB and 5D. RGB value is (3,219,93). Sum of RGB (Red+Green+Blue) = 3+219+93=315 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 315); Green value is 219 (85.94% from 255 or 69.52% from 315); Blue value is 93 (36.72% from 255 or 29.52% from 315); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DB5D is #FC24A2. Grayscale: #8C8C8C. Windows color (decimal): -16524451 or 6150915. OLE color: 6150915.

HSL color Cylindrical-coordinate representation of color #03DB5D: hue angle of 145º 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 #03DB5D is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.14.

Color convert

RGB 3 219 93 -
CMYK 0.99 0 0.58 0.14
HSL 145º 0.97% 0.44% -
HSV(B) 145º 0.99% 0.86% -
XYZ 27.34 51.47 18.85 -
YUV 140.05 101.44 30.25 -
System Red Green Blue C M Y K H S L
Decimal 3 219 93 0.99 0 0.58 0.14 145 0.97 0.44
Hex 3 DB 5D 63 0 3A E 91 61 2C
Octal 3 333 135 143 0 72 16 221 141 54
Binary 11 11011011 1011101 1100011 0 111010 1110 10010001 1100001 101100

Color Harmonies of #03DB5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB5D

Black with #03DB5D

Text Example


Text Example

White with #03DB5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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