Html Css Color HEX #03D542 Malachite

📋 copy color: '#03D542'

red 3 ◦ green 213 ◦ blue 66

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

Shades of Malachite #03D542

Tints of Malachite #03D542

RGB

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

 GREEN value IS 213 (83.59% from 255) = 75.53%

 BLUE value IS 66 (26.17% from 255) = 23.4%

R = 1.06%
G = 75.53%
B = 23.4%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.69

 K value IS 0.16

RGB Variations

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

Color information

#03D542 (or 0x03D542) is known color: Malachite. HEX triplet: 03, D5 and 42. RGB value is (3,213,66). Sum of RGB (Red+Green+Blue) = 3+213+66=282 (37% of max value = 765). Red value is 3 (1.56% from 255 or 1.06% from 282); Green value is 213 (83.59% from 255 or 75.53% from 282); Blue value is 66 (26.17% from 255 or 23.40% from 282); Max value from RGB is 213 - color contains mainly: green. Hex color #03D542 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03D542 is #FC2ABD. Grayscale: #858585. Windows color (decimal): -16526014 or 4379907. OLE color: 4379907.

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

Color convert

RGB 3 213 66 -
CMYK 0.99 0 0.69 0.16
HSL 138º 0.97% 0.42% -
HSV(B) 138º 0.99% 0.84% -
XYZ 24.82 48 13.11 -
YUV 133.45 89.93 34.95 -
System Red Green Blue C M Y K H S L
Decimal 3 213 66 0.99 0 0.69 0.16 138 0.97 0.42
Hex 3 D5 42 63 0 45 10 8A 61 2A
Octal 3 325 102 143 0 105 20 212 141 52
Binary 11 11010101 1000010 1100011 0 1000101 10000 10001010 1100001 101010

Color Harmonies of #03D542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03D542

Black with #03D542

Text Example


Text Example

White with #03D542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,213,66); }

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

background-color css

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

 a { background-color: rgb(3,213,66); }

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

border-color css

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

 span { border-color: rgb(3,213,66); }

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