Html Css Color HEX #05FA5E Malachite

📋 copy color: '#05FA5E'

red 5 ◦ green 250 ◦ blue 94

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

Shades of Malachite #05FA5E

Tints of Malachite #05FA5E

RGB

 RED value IS 5 (2.34% from 255) = 1.43%

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

 BLUE value IS 94 (37.11% from 255) = 26.93%

R = 1.43%
G = 71.63%
B = 26.93%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.02

RGB Variations

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

Color information

#05FA5E (or 0x05FA5E) is known color: Malachite. HEX triplet: 05, FA and 5E. RGB value is (5,250,94). Sum of RGB (Red+Green+Blue) = 5+250+94=349 (46% of max value = 765). Red value is 5 (2.34% from 255 or 1.43% from 349); Green value is 250 (98.05% from 255 or 71.63% from 349); Blue value is 94 (37.11% from 255 or 26.93% from 349); Max value from RGB is 250 - color contains mainly: green. Hex color #05FA5E is not a web safe color. Web safe color analog (approx): #00FF66. Inversed color of #05FA5E is #FA05A1. Grayscale: #9F9F9F. Windows color (decimal): -16385442 or 6224389. OLE color: 6224389.

HSL color Cylindrical-coordinate representation of color #05FA5E: hue angle of 141.8º degrees, saturation: 0.96, 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 #05FA5E is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.02.

Color convert

RGB 5 250 94 -
CMYK 0.98 0 0.62 0.02
HSL 141.8º 0.96% 0.5% -
HSV(B) 141.8º 0.98% 0.98% -
XYZ 36.27 69.21 22.04 -
YUV 158.96 91.33 18.18 -
System Red Green Blue C M Y K H S L
Decimal 5 250 94 0.98 0 0.62 0.02 141.8 0.96 0.5
Hex 5 FA 5E 62 0 3E 2 8E 60 32
Octal 5 372 136 142 0 76 2 216 140 62
Binary 101 11111010 1011110 1100010 0 111110 10 10001110 1100000 110010

Color Harmonies of #05FA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05FA5E

Black with #05FA5E

Text Example


Text Example

White with #05FA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05FA5E; }

 p { color: rgb(5,250,94); }

 H1.HeaderClassName
 {
   color: #05FA5E;
 }
 .AnyTagClassName
 {
   color: #05FA5E;
 }
</style>

background-color css

<style>
 a { background-color: #05FA5E; }

 a { background-color: rgb(5,250,94); }

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

border-color css

<style>
 span { border-color: #05FA5E; }

 span { border-color: rgb(5,250,94); }

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