Html Css Color HEX #05F94C Malachite

📋 copy color: '#05F94C'

red 5 ◦ green 249 ◦ blue 76

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

Shades of Malachite #05F94C

Tints of Malachite #05F94C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 23.03%

R = 1.52%
G = 75.45%
B = 23.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#05F94C (or 0x05F94C) is known color: Malachite. HEX triplet: 05, F9 and 4C. RGB value is (5,249,76). Sum of RGB (Red+Green+Blue) = 5+249+76=330 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.52% from 330); Green value is 249 (97.66% from 255 or 75.45% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 249 - color contains mainly: green. Hex color #05F94C is not a web safe color. Web safe color analog (approx): #00FF33. Inversed color of #05F94C is #FA06B3. Grayscale: #9C9C9C. Windows color (decimal): -16385716 or 5044485. OLE color: 5044485.

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

Color convert

RGB 5 249 76 -
CMYK 0.98 0 0.69 0.02
HSL 137.46º 0.96% 0.5% -
HSV(B) 137.46º 0.98% 0.98% -
XYZ 35.24 68.31 18.16 -
YUV 156.32 82.66 20.07 -
System Red Green Blue C M Y K H S L
Decimal 5 249 76 0.98 0 0.69 0.02 137.46 0.96 0.5
Hex 5 F9 4C 62 0 45 2 89 60 32
Octal 5 371 114 142 0 105 2 211 140 62
Binary 101 11111001 1001100 1100010 0 1000101 10 10001001 1100000 110010

Color Harmonies of #05F94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05F94C

Black with #05F94C

Text Example


Text Example

White with #05F94C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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