Html Css Color HEX #03D069 Malachite

📋 copy color: '#03D069'

red 3 ◦ green 208 ◦ blue 105

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

Shades of Malachite #03D069

Tints of Malachite #03D069

RGB

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

 GREEN value IS 208 (81.64% from 255) = 65.82%

 BLUE value IS 105 (41.41% from 255) = 33.23%

R = 0.95%
G = 65.82%
B = 33.23%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.50

 K value IS 0.18

RGB Variations

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

Color information

#03D069 (or 0x03D069) is known color: Malachite. HEX triplet: 03, D0 and 69. RGB value is (3,208,105). Sum of RGB (Red+Green+Blue) = 3+208+105=316 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.95% from 316); Green value is 208 (81.64% from 255 or 65.82% from 316); Blue value is 105 (41.41% from 255 or 33.23% from 316); Max value from RGB is 208 - color contains mainly: green. Hex color #03D069 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D069 is #FC2F96. Grayscale: #878787. Windows color (decimal): -16527255 or 6934531. OLE color: 6934531.

HSL color Cylindrical-coordinate representation of color #03D069: hue angle of 149.85º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D069 is Cyan = 0.99, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 208 105 -
CMYK 0.99 0 0.50 0.18
HSL 149.85º 0.97% 0.41% -
HSV(B) 149.85º 0.99% 0.82% -
XYZ 25.14 46.15 20.95 -
YUV 134.96 111.08 33.88 -
System Red Green Blue C M Y K H S L
Decimal 3 208 105 0.99 0 0.50 0.18 149.85 0.97 0.41
Hex 3 D0 69 63 0 32 12 96 61 29
Octal 3 320 151 143 0 62 22 226 141 51
Binary 11 11010000 1101001 1100011 0 110010 10010 10010110 1100001 101001

Color Harmonies of #03D069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D069

Black with #03D069

Text Example


Text Example

White with #03D069

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,208,105); }

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

background-color css

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

 a { background-color: rgb(3,208,105); }

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

border-color css

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

 span { border-color: rgb(3,208,105); }

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