Html Css Color HEX #03D95D Malachite

📋 copy color: '#03D95D'

red 3 ◦ green 217 ◦ blue 93

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

Shades of Malachite #03D95D

Tints of Malachite #03D95D

RGB

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

 GREEN value IS 217 (85.16% from 255) = 69.33%

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

R = 0.96%
G = 69.33%
B = 29.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.57

 K value IS 0.15

RGB Variations

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

Color information

#03D95D (or 0x03D95D) is known color: Malachite. HEX triplet: 03, D9 and 5D. RGB value is (3,217,93). Sum of RGB (Red+Green+Blue) = 3+217+93=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 217 (85.16% from 255 or 69.33% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 217 - color contains mainly: green. Hex color #03D95D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D95D is #FC26A2. Grayscale: #8B8B8B. Windows color (decimal): -16524963 or 6150403. OLE color: 6150403.

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

Color convert

RGB 3 217 93 -
CMYK 0.99 0 0.57 0.15
HSL 145.23º 0.97% 0.43% -
HSV(B) 145.23º 0.99% 0.85% -
XYZ 26.83 50.44 18.68 -
YUV 138.88 102.1 31.08 -
System Red Green Blue C M Y K H S L
Decimal 3 217 93 0.99 0 0.57 0.15 145.23 0.97 0.43
Hex 3 D9 5D 63 0 39 F 91 61 2B
Octal 3 331 135 143 0 71 17 221 141 53
Binary 11 11011001 1011101 1100011 0 111001 1111 10010001 1100001 101011

Color Harmonies of #03D95D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D95D

Black with #03D95D

Text Example


Text Example

White with #03D95D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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