Html Css Color HEX #03DD4A Malachite

📋 copy color: '#03DD4A'

red 3 ◦ green 221 ◦ blue 74

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

Shades of Malachite #03DD4A

Tints of Malachite #03DD4A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 74.16%

 BLUE value IS 74 (29.3% from 255) = 24.83%

R = 1.01%
G = 74.16%
B = 24.83%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.67

 K value IS 0.13

RGB Variations

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

Color information

#03DD4A (or 0x03DD4A) is known color: Malachite. HEX triplet: 03, DD and 4A. RGB value is (3,221,74). Sum of RGB (Red+Green+Blue) = 3+221+74=298 (39% of max value = 765). Red value is 3 (1.56% from 255 or 1.01% from 298); Green value is 221 (86.72% from 255 or 74.16% from 298); Blue value is 74 (29.30% from 255 or 24.83% from 298); Max value from RGB is 221 - color contains mainly: green. Hex color #03DD4A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #03DD4A is #FC22B5. Grayscale: #8B8B8B. Windows color (decimal): -16523958 or 4906243. OLE color: 4906243.

HSL color Cylindrical-coordinate representation of color #03DD4A: hue angle of 139.54º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #03DD4A is Cyan = 0.99, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.13.

Color convert

RGB 3 221 74 -
CMYK 0.99 0 0.67 0.13
HSL 139.54º 0.97% 0.44% -
HSV(B) 139.54º 0.99% 0.87% -
XYZ 27.13 52.23 15.13 -
YUV 139.06 91.28 30.95 -
System Red Green Blue C M Y K H S L
Decimal 3 221 74 0.99 0 0.67 0.13 139.54 0.97 0.44
Hex 3 DD 4A 63 0 43 D 8C 61 2C
Octal 3 335 112 143 0 103 15 214 141 54
Binary 11 11011101 1001010 1100011 0 1000011 1101 10001100 1100001 101100

Color Harmonies of #03DD4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03DD4A

Black with #03DD4A

Text Example


Text Example

White with #03DD4A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,221,74); }

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

background-color css

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

 a { background-color: rgb(3,221,74); }

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

border-color css

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

 span { border-color: rgb(3,221,74); }

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