Html Css Color HEX #04CD50 Malachite

📋 copy color: '#04CD50'

red 4 ◦ green 205 ◦ blue 80

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

Shades of Malachite #04CD50

Tints of Malachite #04CD50

RGB

 RED value IS 4 (1.95% from 255) = 1.38%

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

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

R = 1.38%
G = 70.93%
B = 27.68%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.61

 K value IS 0.20

RGB Variations

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

Color information

#04CD50 (or 0x04CD50) is known color: Malachite. HEX triplet: 04, CD and 50. RGB value is (4,205,80). Sum of RGB (Red+Green+Blue) = 4+205+80=289 (38% of max value = 765). Red value is 4 (1.95% from 255 or 1.38% from 289); Green value is 205 (80.47% from 255 or 70.93% from 289); Blue value is 80 (31.64% from 255 or 27.68% from 289); Max value from RGB is 205 - color contains mainly: green. Hex color #04CD50 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CD50 is #FB32AF. Grayscale: #828282. Windows color (decimal): -16462512 or 5295364. OLE color: 5295364.

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

Color convert

RGB 4 205 80 -
CMYK 0.98 0 0.61 0.20
HSL 142.69º 0.96% 0.41% -
HSV(B) 142.69º 0.98% 0.8% -
XYZ 23.33 44.27 14.9 -
YUV 130.65 99.41 37.66 -
System Red Green Blue C M Y K H S L
Decimal 4 205 80 0.98 0 0.61 0.20 142.69 0.96 0.41
Hex 4 CD 50 62 0 3D 14 8F 60 29
Octal 4 315 120 142 0 75 24 217 140 51
Binary 100 11001101 1010000 1100010 0 111101 10100 10001111 1100000 101001

Color Harmonies of #04CD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CD50

Black with #04CD50

Text Example


Text Example

White with #04CD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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