Html Css Color HEX #05DD5A Malachite

📋 copy color: '#05DD5A'

red 5 ◦ green 221 ◦ blue 90

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

Shades of Malachite #05DD5A

Tints of Malachite #05DD5A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 69.94%

 BLUE value IS 90 (35.55% from 255) = 28.48%

R = 1.58%
G = 69.94%
B = 28.48%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.59

 K value IS 0.13

RGB Variations

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

Color information

#05DD5A (or 0x05DD5A) is known color: Malachite. HEX triplet: 05, DD and 5A. RGB value is (5,221,90). Sum of RGB (Red+Green+Blue) = 5+221+90=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 221 (86.72% from 255 or 69.94% from 316); Blue value is 90 (35.55% from 255 or 28.48% from 316); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD5A is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD5A is #FA22A5. Grayscale: #8D8D8D. Windows color (decimal): -16392870 or 5954821. OLE color: 5954821.

HSL color Cylindrical-coordinate representation of color #05DD5A: hue angle of 143.61º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05DD5A is Cyan = 0.98, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.13.

Color convert

RGB 5 221 90 -
CMYK 0.98 0 0.59 0.13
HSL 143.61º 0.96% 0.44% -
HSV(B) 143.61º 0.98% 0.87% -
XYZ 27.76 52.48 18.34 -
YUV 141.48 98.94 30.65 -
System Red Green Blue C M Y K H S L
Decimal 5 221 90 0.98 0 0.59 0.13 143.61 0.96 0.44
Hex 5 DD 5A 62 0 3B D 90 60 2C
Octal 5 335 132 142 0 73 15 220 140 54
Binary 101 11011101 1011010 1100010 0 111011 1101 10010000 1100000 101100

Color Harmonies of #05DD5A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD5A

Black with #05DD5A

Text Example


Text Example

White with #05DD5A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,221,90); }

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

background-color css

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

 a { background-color: rgb(5,221,90); }

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

border-color css

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

 span { border-color: rgb(5,221,90); }

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