Html Css Color HEX #04FA52 Malachite

📋 copy color: '#04FA52'

red 4 ◦ green 250 ◦ blue 82

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

Shades of Malachite #04FA52

Tints of Malachite #04FA52

RGB

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

 GREEN value IS 250 (98.05% from 255) = 74.4%

 BLUE value IS 82 (32.42% from 255) = 24.4%

R = 1.19%
G = 74.4%
B = 24.4%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.67

 K value IS 0.02

RGB Variations

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

Color information

#04FA52 (or 0x04FA52) is known color: Malachite. HEX triplet: 04, FA and 52. RGB value is (4,250,82). Sum of RGB (Red+Green+Blue) = 4+250+82=336 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.19% from 336); Green value is 250 (98.05% from 255 or 74.40% from 336); Blue value is 82 (32.42% from 255 or 24.40% from 336); Max value from RGB is 250 - color contains mainly: green. Hex color #04FA52 is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #04FA52 is #FB05AD. Grayscale: #9D9D9D. Windows color (decimal): -16450990 or 5437956. OLE color: 5437956.

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

Color convert

RGB 4 250 82 -
CMYK 0.98 0 0.67 0.02
HSL 139.02º 0.97% 0.5% -
HSV(B) 139.02º 0.98% 0.98% -
XYZ 35.76 69.01 19.42 -
YUV 157.29 85.5 18.66 -
System Red Green Blue C M Y K H S L
Decimal 4 250 82 0.98 0 0.67 0.02 139.02 0.97 0.5
Hex 4 FA 52 62 0 43 2 8B 61 32
Octal 4 372 122 142 0 103 2 213 141 62
Binary 100 11111010 1010010 1100010 0 1000011 10 10001011 1100001 110010

Color Harmonies of #04FA52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04FA52

Black with #04FA52

Text Example


Text Example

White with #04FA52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,250,82); }

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

background-color css

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

 a { background-color: rgb(4,250,82); }

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

border-color css

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

 span { border-color: rgb(4,250,82); }

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