Html Css Color HEX #03D065 Malachite

📋 copy color: '#03D065'

red 3 ◦ green 208 ◦ blue 101

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

Shades of Malachite #03D065

Tints of Malachite #03D065

RGB

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

 GREEN value IS 208 (81.64% from 255) = 66.67%

 BLUE value IS 101 (39.84% from 255) = 32.37%

R = 0.96%
G = 66.67%
B = 32.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.51

 K value IS 0.18

RGB Variations

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

Color information

#03D065 (or 0x03D065) is known color: Malachite. HEX triplet: 03, D0 and 65. RGB value is (3,208,101). Sum of RGB (Red+Green+Blue) = 3+208+101=312 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.96% from 312); Green value is 208 (81.64% from 255 or 66.67% from 312); Blue value is 101 (39.84% from 255 or 32.37% from 312); Max value from RGB is 208 - color contains mainly: green. Hex color #03D065 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D065 is #FC2F9A. Grayscale: #868686. Windows color (decimal): -16527259 or 6672387. OLE color: 6672387.

HSL color Cylindrical-coordinate representation of color #03D065: hue angle of 148.68º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03D065 is Cyan = 0.99, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.

Color convert

RGB 3 208 101 -
CMYK 0.99 0 0.51 0.18
HSL 148.68º 0.97% 0.41% -
HSV(B) 148.68º 0.99% 0.82% -
XYZ 24.94 46.07 19.89 -
YUV 134.51 109.08 34.2 -
System Red Green Blue C M Y K H S L
Decimal 3 208 101 0.99 0 0.51 0.18 148.68 0.97 0.41
Hex 3 D0 65 63 0 33 12 95 61 29
Octal 3 320 145 143 0 63 22 225 141 51
Binary 11 11010000 1100101 1100011 0 110011 10010 10010101 1100001 101001

Color Harmonies of #03D065

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D065

Black with #03D065

Text Example


Text Example

White with #03D065

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,208,101); }

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

background-color css

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

 a { background-color: rgb(3,208,101); }

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

border-color css

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

 span { border-color: rgb(3,208,101); }

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