Html Css Color HEX #03DB64 Malachite

📋 copy color: '#03DB64'

red 3 ◦ green 219 ◦ blue 100

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

Shades of Malachite #03DB64

Tints of Malachite #03DB64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 31.06%

R = 0.93%
G = 68.01%
B = 31.06%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.14

RGB Variations

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

Color information

#03DB64 (or 0x03DB64) is known color: Malachite. HEX triplet: 03, DB and 64. RGB value is (3,219,100). Sum of RGB (Red+Green+Blue) = 3+219+100=322 (42% of max value = 765). Red value is 3 (1.56% from 255 or 0.93% from 322); Green value is 219 (85.94% from 255 or 68.01% from 322); Blue value is 100 (39.45% from 255 or 31.06% from 322); Max value from RGB is 219 - color contains mainly: green. Hex color #03DB64 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03DB64 is #FC249B. Grayscale: #8D8D8D. Windows color (decimal): -16524444 or 6609667. OLE color: 6609667.

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

Color convert

RGB 3 219 100 -
CMYK 0.99 0 0.54 0.14
HSL 146.94º 0.97% 0.44% -
HSV(B) 146.94º 0.99% 0.86% -
XYZ 27.67 51.6 20.56 -
YUV 140.85 104.94 29.68 -
System Red Green Blue C M Y K H S L
Decimal 3 219 100 0.99 0 0.54 0.14 146.94 0.97 0.44
Hex 3 DB 64 63 0 36 E 93 61 2C
Octal 3 333 144 143 0 66 16 223 141 54
Binary 11 11011011 1100100 1100011 0 110110 1110 10010011 1100001 101100

Color Harmonies of #03DB64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DB64

Black with #03DB64

Text Example


Text Example

White with #03DB64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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