Html Css Color HEX #03D85E Malachite

📋 copy color: '#03D85E'

red 3 ◦ green 216 ◦ blue 94

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

Shades of Malachite #03D85E

Tints of Malachite #03D85E

RGB

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

 GREEN value IS 216 (84.77% from 255) = 69.01%

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

R = 0.96%
G = 69.01%
B = 30.03%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.15

RGB Variations

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

Color information

#03D85E (or 0x03D85E) is known color: Malachite. HEX triplet: 03, D8 and 5E. RGB value is (3,216,94). Sum of RGB (Red+Green+Blue) = 3+216+94=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 216 (84.77% from 255 or 69.01% from 313); Blue value is 94 (37.11% from 255 or 30.03% from 313); Max value from RGB is 216 - color contains mainly: green. Hex color #03D85E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D85E is #FC27A1. Grayscale: #8A8A8A. Windows color (decimal): -16525218 or 6215683. OLE color: 6215683.

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

Color convert

RGB 3 216 94 -
CMYK 0.99 0 0.56 0.15
HSL 145.63º 0.97% 0.43% -
HSV(B) 145.63º 0.99% 0.85% -
XYZ 26.61 49.94 18.83 -
YUV 138.41 102.93 31.42 -
System Red Green Blue C M Y K H S L
Decimal 3 216 94 0.99 0 0.56 0.15 145.63 0.97 0.43
Hex 3 D8 5E 63 0 38 F 92 61 2B
Octal 3 330 136 143 0 70 17 222 141 53
Binary 11 11011000 1011110 1100011 0 111000 1111 10010010 1100001 101011

Color Harmonies of #03D85E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D85E

Black with #03D85E

Text Example


Text Example

White with #03D85E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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