Html Css Color HEX #04CF5D Malachite

📋 copy color: '#04CF5D'

red 4 ◦ green 207 ◦ blue 93

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

Shades of Malachite #04CF5D

Tints of Malachite #04CF5D

RGB

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

 GREEN value IS 207 (81.25% from 255) = 68.09%

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

R = 1.32%
G = 68.09%
B = 30.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.55

 K value IS 0.19

RGB Variations

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

Color information

#04CF5D (or 0x04CF5D) is known color: Malachite. HEX triplet: 04, CF and 5D. RGB value is (4,207,93). Sum of RGB (Red+Green+Blue) = 4+207+93=304 (40% of max value = 765). Red value is 4 (1.95% from 255 or 1.32% from 304); Green value is 207 (81.25% from 255 or 68.09% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 207 - color contains mainly: green. Hex color #04CF5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #04CF5D is #FB30A2. Grayscale: #858585. Windows color (decimal): -16461987 or 6147844. OLE color: 6147844.

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

Color convert

RGB 4 207 93 -
CMYK 0.98 0 0.55 0.19
HSL 146.31º 0.96% 0.41% -
HSV(B) 146.31º 0.98% 0.81% -
XYZ 24.34 45.44 17.84 -
YUV 133.31 105.25 35.77 -
System Red Green Blue C M Y K H S L
Decimal 4 207 93 0.98 0 0.55 0.19 146.31 0.96 0.41
Hex 4 CF 5D 62 0 37 13 92 60 29
Octal 4 317 135 142 0 67 23 222 140 51
Binary 100 11001111 1011101 1100010 0 110111 10011 10010010 1100000 101001

Color Harmonies of #04CF5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04CF5D

Black with #04CF5D

Text Example


Text Example

White with #04CF5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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