Html Css Color HEX #03D75A Malachite

📋 copy color: '#03D75A'

red 3 ◦ green 215 ◦ blue 90

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

Shades of Malachite #03D75A

Tints of Malachite #03D75A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 69.81%

 BLUE value IS 90 (35.55% from 255) = 29.22%

R = 0.97%
G = 69.81%
B = 29.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#03D75A (or 0x03D75A) is known color: Malachite. HEX triplet: 03, D7 and 5A. RGB value is (3,215,90). Sum of RGB (Red+Green+Blue) = 3+215+90=308 (40% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 308); Green value is 215 (84.38% from 255 or 69.81% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 215 - color contains mainly: green. Hex color #03D75A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D75A is #FC28A5. Grayscale: #898989. Windows color (decimal): -16525478 or 5953283. OLE color: 5953283.

HSL color Cylindrical-coordinate representation of color #03D75A: hue angle of 144.62º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D75A is Cyan = 0.99, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.16.

Color convert

RGB 3 215 90 -
CMYK 0.99 0 0.58 0.16
HSL 144.62º 0.97% 0.43% -
HSV(B) 144.62º 0.99% 0.84% -
XYZ 26.18 49.36 17.82 -
YUV 137.36 101.26 32.16 -
System Red Green Blue C M Y K H S L
Decimal 3 215 90 0.99 0 0.58 0.16 144.62 0.97 0.43
Hex 3 D7 5A 63 0 3A 10 91 61 2B
Octal 3 327 132 143 0 72 20 221 141 53
Binary 11 11010111 1011010 1100011 0 111010 10000 10010001 1100001 101011

Color Harmonies of #03D75A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D75A

Black with #03D75A

Text Example


Text Example

White with #03D75A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,215,90); }

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

background-color css

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

 a { background-color: rgb(3,215,90); }

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

border-color css

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

 span { border-color: rgb(3,215,90); }

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