#05D250

Color #05D250 Malachite (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Malachite #05D250

Tints of Malachite #05D250

Color information

#05D250 (or 0x05D250) is unknown color: approx Malachite. HEX triplet: 05, D2 and 50. RGB value is (5,210,80). Sum of RGB (Red+Green+Blue) = 5+210+80=295 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.69% from 295); Green value is 210 (82.42% from 255 or 71.19% from 295); Blue value is 80 (31.64% from 255 or 27.12% from 295); Max value from RGB is 210 - color contains mainly: green. Hex color #05D250 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #05D250 is #FA2DAF. Grayscale: #868686. Windows color (decimal): -16395696 or 5296645. OLE color: 5296645.

HSL color Cylindrical-coordinate representation of color #05D250: hue angle of 141.95º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05D250 is Cyan = 0.98, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.18.

Color convert

RGB521080-
CMYK0.9800.620.18
HSL141.95º95.35%42.16%-
HSV(B)141.95º97.62%82.35%-
XYZ24.5646.715.31-
YUV133.8897.5836.07-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.69%
GREEN value IS 210 (82.42% from 255) = 71.19%
BLUE value IS 80 (31.64% from 255) = 27.12%
R=1.69%
G=71.19%
B=27.12%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal5210800.9800.620.18141.9595.3542.16
Hex5D2506203E128e5f2a
Octal53221201420762221613752
Binary1011101001010100001100010011111010010100011101011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05D250

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,210,80); }

 H1.HeaderClassName
 {
   color: #05D250;
 }
 .AnyTagClassName
 {
   color: #05D250;
 }
</style>
background-color css

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

 a { background-color: rgb(5,210,80); }

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

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

 span { border-color: rgb(5,210,80); }

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