Html Css Color HEX #05D96E Malachite

📋 copy color: '#05D96E'

red 5 ◦ green 217 ◦ blue 110

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

Shades of Malachite #05D96E

Tints of Malachite #05D96E

RGB

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

 GREEN value IS 217 (85.16% from 255) = 65.36%

 BLUE value IS 110 (43.36% from 255) = 33.13%

R = 1.51%
G = 65.36%
B = 33.13%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#05D96E (or 0x05D96E) is known color: Malachite. HEX triplet: 05, D9 and 6E. RGB value is (5,217,110). Sum of RGB (Red+Green+Blue) = 5+217+110=332 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 332); Green value is 217 (85.16% from 255 or 65.36% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 217 - color contains mainly: green. Hex color #05D96E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D96E is #FA2691. Grayscale: #8D8D8D. Windows color (decimal): -16393874 or 7264517. OLE color: 7264517.

HSL color Cylindrical-coordinate representation of color #05D96E: hue angle of 149.72º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D96E is Cyan = 0.98, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 5 217 110 -
CMYK 0.98 0 0.49 0.15
HSL 149.72º 0.95% 0.44% -
HSV(B) 149.72º 0.98% 0.85% -
XYZ 27.69 50.78 23.09 -
YUV 141.41 110.26 30.7 -
System Red Green Blue C M Y K H S L
Decimal 5 217 110 0.98 0 0.49 0.15 149.72 0.95 0.44
Hex 5 D9 6E 62 0 31 F 96 5F 2C
Octal 5 331 156 142 0 61 17 226 137 54
Binary 101 11011001 1101110 1100010 0 110001 1111 10010110 1011111 101100

Color Harmonies of #05D96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D96E

Black with #05D96E

Text Example


Text Example

White with #05D96E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,217,110); }

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

background-color css

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

 a { background-color: rgb(5,217,110); }

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

border-color css

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

 span { border-color: rgb(5,217,110); }

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