#04D95B

Color #04D95B Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #04D95B

Tints of Malachite #04D95B

Color information

#04D95B (or 0x04D95B) is unknown color: approx Malachite. HEX triplet: 04, D9 and 5B. RGB value is (4,217,91). Sum of RGB (Red+Green+Blue) = 4+217+91=312 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.28% from 312); Green value is 217 (85.16% from 255 or 69.55% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 217 - color contains mainly: green. Hex color #04D95B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04D95B is #FB26A4. Grayscale: #8B8B8B. Windows color (decimal): -16459429 or 6019332. OLE color: 6019332.

HSL color Cylindrical-coordinate representation of color #04D95B: hue angle of 144.51º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04D95B is Cyan = 0.98, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.15.

Color convert

RGB421791-
CMYK0.9800.580.15
HSL144.51º96.38%43.33%-
HSV(B)144.51º98.16%85.1%-
XYZ26.7550.4118.22-
YUV138.95100.9331.75-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 1.28%
GREEN value IS 217 (85.16% from 255) = 69.55%
BLUE value IS 91 (35.94% from 255) = 29.17%
R=1.28%
G=69.55%
B=29.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal4217910.9800.580.15144.5196.3843.33
Hex4D95B6203AF91602b
Octal43311331420721722114053
Binary100110110011011011110001001110101111100100011100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04D95B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(4,217,91); }

 H1.HeaderClassName
 {
   color: #04D95B;
 }
 .AnyTagClassName
 {
   color: #04D95B;
 }
</style>
background-color css

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

 a { background-color: rgb(4,217,91); }

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

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

 span { border-color: rgb(4,217,91); }

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