Html Css Color HEX #05DD55 Malachite

📋 copy color: '#05DD55'

red 5 ◦ green 221 ◦ blue 85

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

Shades of Malachite #05DD55

Tints of Malachite #05DD55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 27.33%

R = 1.61%
G = 71.06%
B = 27.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.62

 K value IS 0.13

RGB Variations

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

Color information

#05DD55 (or 0x05DD55) is known color: Malachite. HEX triplet: 05, DD and 55. RGB value is (5,221,85). Sum of RGB (Red+Green+Blue) = 5+221+85=311 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.61% from 311); Green value is 221 (86.72% from 255 or 71.06% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 221 - color contains mainly: green. Hex color #05DD55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05DD55 is #FA22AA. Grayscale: #8D8D8D. Windows color (decimal): -16392875 or 5627141. OLE color: 5627141.

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

Color convert

RGB 5 221 85 -
CMYK 0.98 0 0.62 0.13
HSL 142.22º 0.96% 0.44% -
HSV(B) 142.22º 0.98% 0.87% -
XYZ 27.56 52.4 17.26 -
YUV 140.91 96.44 31.06 -
System Red Green Blue C M Y K H S L
Decimal 5 221 85 0.98 0 0.62 0.13 142.22 0.96 0.44
Hex 5 DD 55 62 0 3E D 8E 60 2C
Octal 5 335 125 142 0 76 15 216 140 54
Binary 101 11011101 1010101 1100010 0 111110 1101 10001110 1100000 101100

Color Harmonies of #05DD55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05DD55

Black with #05DD55

Text Example


Text Example

White with #05DD55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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