Html Css Color HEX #03CD50 Malachite

📋 copy color: '#03CD50'

red 3 ◦ green 205 ◦ blue 80

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

Shades of Malachite #03CD50

Tints of Malachite #03CD50

RGB

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

 GREEN value IS 205 (80.47% from 255) = 71.18%

 BLUE value IS 80 (31.64% from 255) = 27.78%

R = 1.04%
G = 71.18%
B = 27.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#03CD50 (or 0x03CD50) is known color: Malachite. HEX triplet: 03, CD and 50. RGB value is (3,205,80). Sum of RGB (Red+Green+Blue) = 3+205+80=288 (38% of max value = 765). Red value is 3 (1.56% from 255 or 1.04% from 288); Green value is 205 (80.47% from 255 or 71.18% from 288); Blue value is 80 (31.64% from 255 or 27.78% from 288); Max value from RGB is 205 - color contains mainly: green. Hex color #03CD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #03CD50 is #FC32AF. Grayscale: #828282. Windows color (decimal): -16528048 or 5295363. OLE color: 5295363.

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

Color convert

RGB 3 205 80 -
CMYK 0.99 0 0.61 0.20
HSL 142.87º 0.97% 0.41% -
HSV(B) 142.87º 0.99% 0.8% -
XYZ 23.32 44.26 14.9 -
YUV 130.35 99.58 37.16 -
System Red Green Blue C M Y K H S L
Decimal 3 205 80 0.99 0 0.61 0.20 142.87 0.97 0.41
Hex 3 CD 50 63 0 3D 14 8F 61 29
Octal 3 315 120 143 0 75 24 217 141 51
Binary 11 11001101 1010000 1100011 0 111101 10100 10001111 1100001 101001

Color Harmonies of #03CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03CD50

Black with #03CD50

Text Example


Text Example

White with #03CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(3,205,80); }

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

background-color css

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

 a { background-color: rgb(3,205,80); }

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

border-color css

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

 span { border-color: rgb(3,205,80); }

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