Html Css Color HEX #03D152 Malachite

📋 copy color: '#03D152'

red 3 ◦ green 209 ◦ blue 82

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

Shades of Malachite #03D152

Tints of Malachite #03D152

RGB

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

 GREEN value IS 209 (82.03% from 255) = 71.09%

 BLUE value IS 82 (32.42% from 255) = 27.89%

R = 1.02%
G = 71.09%
B = 27.89%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.18

RGB Variations

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

Color information

#03D152 (or 0x03D152) is known color: Malachite. HEX triplet: 03, D1 and 52. RGB value is (3,209,82). Sum of RGB (Red+Green+Blue) = 3+209+82=294 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.02% from 294); Green value is 209 (82.03% from 255 or 71.09% from 294); Blue value is 82 (32.42% from 255 or 27.89% from 294); Max value from RGB is 209 - color contains mainly: green. Hex color #03D152 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D152 is #FC2EAD. Grayscale: #858585. Windows color (decimal): -16527022 or 5427459. OLE color: 5427459.

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

Color convert

RGB 3 209 82 -
CMYK 0.99 0 0.61 0.18
HSL 143.01º 0.97% 0.42% -
HSV(B) 143.01º 0.99% 0.82% -
XYZ 24.36 46.23 15.62 -
YUV 132.93 99.25 35.33 -
System Red Green Blue C M Y K H S L
Decimal 3 209 82 0.99 0 0.61 0.18 143.01 0.97 0.42
Hex 3 D1 52 63 0 3D 12 8F 61 2A
Octal 3 321 122 143 0 75 22 217 141 52
Binary 11 11010001 1010010 1100011 0 111101 10010 10001111 1100001 101010

Color Harmonies of #03D152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D152

Black with #03D152

Text Example


Text Example

White with #03D152

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,209,82); }

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

background-color css

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

 a { background-color: rgb(3,209,82); }

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

border-color css

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

 span { border-color: rgb(3,209,82); }

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