Html Css Color HEX #04D05D Malachite

📋 copy color: '#04D05D'

red 4 ◦ green 208 ◦ blue 93

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

Shades of Malachite #04D05D

Tints of Malachite #04D05D

RGB

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

 GREEN value IS 208 (81.64% from 255) = 68.2%

 BLUE value IS 93 (36.72% from 255) = 30.49%

R = 1.31%
G = 68.2%
B = 30.49%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.18

RGB Variations

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

Color information

#04D05D (or 0x04D05D) is known color: Malachite. HEX triplet: 04, D0 and 5D. RGB value is (4,208,93). Sum of RGB (Red+Green+Blue) = 4+208+93=305 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.31% from 305); Green value is 208 (81.64% from 255 or 68.20% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 208 - color contains mainly: green. Hex color #04D05D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D05D is #FB2FA2. Grayscale: #868686. Windows color (decimal): -16461731 or 6148100. OLE color: 6148100.

HSL color Cylindrical-coordinate representation of color #04D05D: hue angle of 146.18º degrees, saturation: 0.96, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D05D is Cyan = 0.98, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.18.

Color convert

RGB 4 208 93 -
CMYK 0.98 0 0.55 0.18
HSL 146.18º 0.96% 0.42% -
HSV(B) 146.18º 0.98% 0.82% -
XYZ 24.58 45.93 17.93 -
YUV 133.89 104.91 35.35 -
System Red Green Blue C M Y K H S L
Decimal 4 208 93 0.98 0 0.55 0.18 146.18 0.96 0.42
Hex 4 D0 5D 62 0 37 12 92 60 2A
Octal 4 320 135 142 0 67 22 222 140 52
Binary 100 11010000 1011101 1100010 0 110111 10010 10010010 1100000 101010

Color Harmonies of #04D05D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04D05D

Black with #04D05D

Text Example


Text Example

White with #04D05D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,208,93); }

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

background-color css

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

 a { background-color: rgb(4,208,93); }

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

border-color css

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

 span { border-color: rgb(4,208,93); }

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