Html Css Color HEX #03D05E Malachite

📋 copy color: '#03D05E'

red 3 ◦ green 208 ◦ blue 94

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

Shades of Malachite #03D05E

Tints of Malachite #03D05E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 30.82%

R = 0.98%
G = 68.2%
B = 30.82%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#03D05E (or 0x03D05E) is known color: Malachite. HEX triplet: 03, D0 and 5E. RGB value is (3,208,94). Sum of RGB (Red+Green+Blue) = 3+208+94=305 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.98% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 94 (37.11% from 255 or 30.82% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #03D05E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D05E is #FC2FA1. Grayscale: #858585. Windows color (decimal): -16527266 or 6213635. OLE color: 6213635.

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

Color convert

RGB 3 208 94 -
CMYK 0.99 0 0.55 0.18
HSL 146.63º 0.97% 0.41% -
HSV(B) 146.63º 0.99% 0.82% -
XYZ 24.61 45.94 18.16 -
YUV 133.71 105.58 34.77 -
System Red Green Blue C M Y K H S L
Decimal 3 208 94 0.99 0 0.55 0.18 146.63 0.97 0.41
Hex 3 D0 5E 63 0 37 12 93 61 29
Octal 3 320 136 143 0 67 22 223 141 51
Binary 11 11010000 1011110 1100011 0 110111 10010 10010011 1100001 101001

Color Harmonies of #03D05E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D05E

Black with #03D05E

Text Example


Text Example

White with #03D05E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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