Html Css Color HEX #05D555 Malachite

📋 copy color: '#05D555'

red 5 ◦ green 213 ◦ blue 85

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

Shades of Malachite #05D555

Tints of Malachite #05D555

RGB

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

 GREEN value IS 213 (83.59% from 255) = 70.3%

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

R = 1.65%
G = 70.3%
B = 28.05%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.60

 K value IS 0.16

RGB Variations

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

Color information

#05D555 (or 0x05D555) is known color: Malachite. HEX triplet: 05, D5 and 55. RGB value is (5,213,85). Sum of RGB (Red+Green+Blue) = 5+213+85=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 213 (83.59% from 255 or 70.30% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 213 - color contains mainly: green. Hex color #05D555 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D555 is #FA2AAA. Grayscale: #888888. Windows color (decimal): -16394923 or 5625093. OLE color: 5625093.

HSL color Cylindrical-coordinate representation of color #05D555: hue angle of 143.08º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D555 is Cyan = 0.98, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.16.

Color convert

RGB 5 213 85 -
CMYK 0.98 0 0.60 0.16
HSL 143.08º 0.95% 0.43% -
HSV(B) 143.08º 0.98% 0.84% -
XYZ 25.5 48.28 16.57 -
YUV 136.22 99.09 34.41 -
System Red Green Blue C M Y K H S L
Decimal 5 213 85 0.98 0 0.60 0.16 143.08 0.95 0.43
Hex 5 D5 55 62 0 3C 10 8F 5F 2B
Octal 5 325 125 142 0 74 20 217 137 53
Binary 101 11010101 1010101 1100010 0 111100 10000 10001111 1011111 101011

Color Harmonies of #05D555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05D555

Black with #05D555

Text Example


Text Example

White with #05D555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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