Html Css Color HEX #03C95B Malachite

📋 copy color: '#03C95B'

red 3 ◦ green 201 ◦ blue 91

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

Shades of Malachite #03C95B

Tints of Malachite #03C95B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 68.14%

 BLUE value IS 91 (35.94% from 255) = 30.85%

R = 1.02%
G = 68.14%
B = 30.85%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.55

 K value IS 0.21

RGB Variations

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

Color information

#03C95B (or 0x03C95B) is known color: Malachite. HEX triplet: 03, C9 and 5B. RGB value is (3,201,91). Sum of RGB (Red+Green+Blue) = 3+201+91=295 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 295); Green value is 201 (78.91% from 255 or 68.14% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 201 - color contains mainly: green. Hex color #03C95B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03C95B is #FC36A4. Grayscale: #818181. Windows color (decimal): -16529061 or 6015235. OLE color: 6015235.

HSL color Cylindrical-coordinate representation of color #03C95B: hue angle of 146.67º degrees, saturation: 0.97, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03C95B is Cyan = 0.99, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.21.

Color convert

RGB 3 201 91 -
CMYK 0.99 0 0.55 0.21
HSL 146.67º 0.97% 0.4% -
HSV(B) 146.67º 0.99% 0.79% -
XYZ 22.81 42.55 16.91 -
YUV 129.26 106.4 37.94 -
System Red Green Blue C M Y K H S L
Decimal 3 201 91 0.99 0 0.55 0.21 146.67 0.97 0.4
Hex 3 C9 5B 63 0 37 15 93 61 28
Octal 3 311 133 143 0 67 25 223 141 50
Binary 11 11001001 1011011 1100011 0 110111 10101 10010011 1100001 101000

Color Harmonies of #03C95B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03C95B

Black with #03C95B

Text Example


Text Example

White with #03C95B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,201,91); }

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

background-color css

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

 a { background-color: rgb(3,201,91); }

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

border-color css

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

 span { border-color: rgb(3,201,91); }

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