Html Css Color HEX #03D65F Malachite

📋 copy color: '#03D65F'

red 3 ◦ green 214 ◦ blue 95

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

Shades of Malachite #03D65F

Tints of Malachite #03D65F

RGB

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

 GREEN value IS 214 (83.98% from 255) = 68.59%

 BLUE value IS 95 (37.5% from 255) = 30.45%

R = 0.96%
G = 68.59%
B = 30.45%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.56

 K value IS 0.16

RGB Variations

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

Color information

#03D65F (or 0x03D65F) is known color: Malachite. HEX triplet: 03, D6 and 5F. RGB value is (3,214,95). Sum of RGB (Red+Green+Blue) = 3+214+95=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 214 (83.98% from 255 or 68.59% from 312); Blue value is 95 (37.5% from 255 or 30.45% from 312); Max value from RGB is 214 - color contains mainly: green. Hex color #03D65F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D65F is #FC29A0. Grayscale: #898989. Windows color (decimal): -16525729 or 6280707. OLE color: 6280707.

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

Color convert

RGB 3 214 95 -
CMYK 0.99 0 0.56 0.16
HSL 146.16º 0.97% 0.43% -
HSV(B) 146.16º 0.99% 0.84% -
XYZ 26.15 48.94 18.89 -
YUV 137.35 104.1 32.18 -
System Red Green Blue C M Y K H S L
Decimal 3 214 95 0.99 0 0.56 0.16 146.16 0.97 0.43
Hex 3 D6 5F 63 0 38 10 92 61 2B
Octal 3 326 137 143 0 70 20 222 141 53
Binary 11 11010110 1011111 1100011 0 111000 10000 10010010 1100001 101011

Color Harmonies of #03D65F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D65F

Black with #03D65F

Text Example


Text Example

White with #03D65F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,214,95); }

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

background-color css

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

 a { background-color: rgb(3,214,95); }

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

border-color css

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

 span { border-color: rgb(3,214,95); }

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