Html Css Color HEX #04FD50 Malachite

📋 copy color: '#04FD50'

red 4 ◦ green 253 ◦ blue 80

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

Shades of Malachite #04FD50

Tints of Malachite #04FD50

RGB

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

 GREEN value IS 253 (99.22% from 255) = 75.07%

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

R = 1.19%
G = 75.07%
B = 23.74%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.68

 K value IS 0.01

RGB Variations

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

Color information

#04FD50 (or 0x04FD50) is known color: Malachite. HEX triplet: 04, FD and 50. RGB value is (4,253,80). Sum of RGB (Red+Green+Blue) = 4+253+80=337 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 337); Green value is 253 (99.22% from 255 or 75.07% from 337); Blue value is 80 (31.64% from 255 or 23.74% from 337); Max value from RGB is 253 - color contains mainly: green. Hex color #04FD50 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FD50 is #FB02AF. Grayscale: #9F9F9F. Windows color (decimal): -16450224 or 5307652. OLE color: 5307652.

HSL color Cylindrical-coordinate representation of color #04FD50: hue angle of 138.31º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04FD50 is Cyan = 0.98, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.01.

Color convert

RGB 4 253 80 -
CMYK 0.98 0 0.68 0.01
HSL 138.31º 0.98% 0.5% -
HSV(B) 138.31º 0.98% 0.99% -
XYZ 36.62 70.86 19.34 -
YUV 158.83 83.51 17.57 -
System Red Green Blue C M Y K H S L
Decimal 4 253 80 0.98 0 0.68 0.01 138.31 0.98 0.5
Hex 4 FD 50 62 0 44 1 8A 62 32
Octal 4 375 120 142 0 104 1 212 142 62
Binary 100 11111101 1010000 1100010 0 1000100 1 10001010 1100010 110010

Color Harmonies of #04FD50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FD50

Black with #04FD50

Text Example


Text Example

White with #04FD50

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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