Html Css Color HEX #03D261 Malachite

📋 copy color: '#03D261'

red 3 ◦ green 210 ◦ blue 97

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

Shades of Malachite #03D261

Tints of Malachite #03D261

RGB

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

 GREEN value IS 210 (82.42% from 255) = 67.74%

 BLUE value IS 97 (38.28% from 255) = 31.29%

R = 0.97%
G = 67.74%
B = 31.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.54

 K value IS 0.18

RGB Variations

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

Color information

#03D261 (or 0x03D261) is known color: Malachite. HEX triplet: 03, D2 and 61. RGB value is (3,210,97). Sum of RGB (Red+Green+Blue) = 3+210+97=310 (41% of max value = 765). Red value is 3 (1.56% from 255 or 0.97% from 310); Green value is 210 (82.42% from 255 or 67.74% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 210 - color contains mainly: green. Hex color #03D261 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03D261 is #FC2D9E. Grayscale: #878787. Windows color (decimal): -16526751 or 6410755. OLE color: 6410755.

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

Color convert

RGB 3 210 97 -
CMYK 0.99 0 0.54 0.18
HSL 147.25º 0.97% 0.42% -
HSV(B) 147.25º 0.99% 0.82% -
XYZ 25.24 46.98 19.05 -
YUV 135.23 106.42 33.69 -
System Red Green Blue C M Y K H S L
Decimal 3 210 97 0.99 0 0.54 0.18 147.25 0.97 0.42
Hex 3 D2 61 63 0 36 12 93 61 2A
Octal 3 322 141 143 0 66 22 223 141 52
Binary 11 11010010 1100001 1100011 0 110110 10010 10010011 1100001 101010

Color Harmonies of #03D261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D261

Black with #03D261

Text Example


Text Example

White with #03D261

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,210,97); }

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

background-color css

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

 a { background-color: rgb(3,210,97); }

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

border-color css

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

 span { border-color: rgb(3,210,97); }

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