Html Css Color HEX #03D660 Malachite

📋 copy color: '#03D660'

red 3 ◦ green 214 ◦ blue 96

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

Shades of Malachite #03D660

Tints of Malachite #03D660

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 30.67%

R = 0.96%
G = 68.37%
B = 30.67%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.16

RGB Variations

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

Color information

#03D660 (or 0x03D660) is known color: Malachite. HEX triplet: 03, D6 and 60. RGB value is (3,214,96). Sum of RGB (Red+Green+Blue) = 3+214+96=313 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 313); Green value is 214 (83.98% from 255 or 68.37% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 214 - color contains mainly: green. Hex color #03D660 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D660 is #FC299F. Grayscale: #898989. Windows color (decimal): -16525728 or 6346243. OLE color: 6346243.

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

Color convert

RGB 3 214 96 -
CMYK 0.99 0 0.55 0.16
HSL 146.45º 0.97% 0.43% -
HSV(B) 146.45º 0.99% 0.84% -
XYZ 26.2 48.96 19.14 -
YUV 137.46 104.6 32.09 -
System Red Green Blue C M Y K H S L
Decimal 3 214 96 0.99 0 0.55 0.16 146.45 0.97 0.43
Hex 3 D6 60 63 0 37 10 92 61 2B
Octal 3 326 140 143 0 67 20 222 141 53
Binary 11 11010110 1100000 1100011 0 110111 10000 10010010 1100001 101011

Color Harmonies of #03D660

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D660

Black with #03D660

Text Example


Text Example

White with #03D660

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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