Shades of Malachite #27D25D
Tints of Malachite #27D25D
RGB
CMYK
RGB Variations
Color information
#27D25D (or 0x27D25D) is known color: Malachite. HEX triplet: 27, D2 and 5D. RGB value is (39,210,93). Sum of RGB (Red+Green+Blue) = 39+210+93=342 (45% of max value = 765). Red value is 39 (15.62% from 255 or 11.40% from 342); Green value is 210 (82.42% from 255 or 61.40% from 342); Blue value is 93 (36.72% from 255 or 27.19% from 342); Max value from RGB is 210 - color contains mainly: green. Hex color #27D25D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27D25D is #D82DA2. Grayscale: #919191. Windows color (decimal): -14167459 or 6148647. OLE color: 6148647.
HSL color Cylindrical-coordinate representation of color #27D25D: hue angle of 138.95º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #27D25D is Cyan = 0.81, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 39 | 210 | 93 | - |
| CMYK | 0.81 | 0 | 0.56 | 0.18 |
| HSL | 138.95º | 0.69% | 0.49% | - |
| HSV(B) | 138.95º | 0.81% | 0.82% | - |
| XYZ | 25.86 | 47.31 | 18.13 | - |
| YUV | 145.53 | 98.35 | 52.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 210 | 93 | 0.81 | 0 | 0.56 | 0.18 | 138.95 | 0.69 | 0.49 |
| Hex | 27 | D2 | 5D | 51 | 0 | 38 | 12 | 8B | 45 | 31 |
| Octal | 47 | 322 | 135 | 121 | 0 | 70 | 22 | 213 | 105 | 61 |
| Binary | 100111 | 11010010 | 1011101 | 1010001 | 0 | 111000 | 10010 | 10001011 | 1000101 | 110001 |
Color Harmonies of #27D25D
Complementary color
Monochromatic Colors of #27D25D
Black with #27D25D
Text Example
Text Example
White with #27D25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D25D; }
p { color: rgb(39,210,93); }
H1.HeaderClassName
{
color: #27D25D;
}
.AnyTagClassName
{
color: #27D25D;
}
</style>
background-color css
<style>
a { background-color: #27D25D; }
a { background-color: rgb(39,210,93); }
div.DivClassName
{
background-color: #27D25D;
}
.BgClassName
{
background-color: #27D25D;
}
</style>
border-color css
<style>
span { border-color: #27D25D; }
span { border-color: rgb(39,210,93); }
td.TdClassName
{
border-color: #27D25D;
}
.TagClassName
{
border-color: #27D25D;
}
</style>