Html Css Color HEX #05F94A Malachite

📋 copy color: '#05F94A'

red 5 ◦ green 249 ◦ blue 74

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

Shades of Malachite #05F94A

Tints of Malachite #05F94A

RGB

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

 GREEN value IS 249 (97.66% from 255) = 75.91%

 BLUE value IS 74 (29.3% from 255) = 22.56%

R = 1.52%
G = 75.91%
B = 22.56%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.70

 K value IS 0.02

RGB Variations

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

Color information

#05F94A (or 0x05F94A) is known color: Malachite. HEX triplet: 05, F9 and 4A. RGB value is (5,249,74). Sum of RGB (Red+Green+Blue) = 5+249+74=328 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 328); Green value is 249 (97.66% from 255 or 75.91% from 328); Blue value is 74 (29.30% from 255 or 22.56% from 328); Max value from RGB is 249 - color contains mainly: green. Hex color #05F94A is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F94A is #FA06B5. Grayscale: #9C9C9C. Windows color (decimal): -16385718 or 4913413. OLE color: 4913413.

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

Color convert

RGB 5 249 74 -
CMYK 0.98 0 0.70 0.02
HSL 136.97º 0.96% 0.5% -
HSV(B) 136.97º 0.98% 0.98% -
XYZ 35.17 68.28 17.8 -
YUV 156.09 81.66 20.23 -
System Red Green Blue C M Y K H S L
Decimal 5 249 74 0.98 0 0.70 0.02 136.97 0.96 0.5
Hex 5 F9 4A 62 0 46 2 89 60 32
Octal 5 371 112 142 0 106 2 211 140 62
Binary 101 11111001 1001010 1100010 0 1000110 10 10001001 1100000 110010

Color Harmonies of #05F94A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F94A

Black with #05F94A

Text Example


Text Example

White with #05F94A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,249,74); }

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

background-color css

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

 a { background-color: rgb(5,249,74); }

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

border-color css

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

 span { border-color: rgb(5,249,74); }

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