Shades of Malachite #27D64C
Tints of Malachite #27D64C
RGB
CMYK
RGB Variations
Color information
#27D64C (or 0x27D64C) is known color: Malachite. HEX triplet: 27, D6 and 4C. RGB value is (39,214,76). Sum of RGB (Red+Green+Blue) = 39+214+76=329 (43% of max value = 765). Red value is 39 (15.62% from 255 or 11.85% from 329); Green value is 214 (83.98% from 255 or 65.05% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 214 - color contains mainly: green. Hex color #27D64C is not a web safe color. Web safe color analog (approx): #33CC33. Inversed color of #27D64C is #D829B3. Grayscale: #929292. Windows color (decimal): -14166452 or 5035559. OLE color: 5035559.
HSL color Cylindrical-coordinate representation of color #27D64C: hue angle of 132.69º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #27D64C is Cyan = 0.82, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 39 | 214 | 76 | - |
| CMYK | 0.82 | 0 | 0.64 | 0.16 |
| HSL | 132.69º | 0.69% | 0.5% | - |
| HSV(B) | 132.69º | 0.82% | 0.84% | - |
| XYZ | 26.19 | 49.05 | 14.92 | - |
| YUV | 145.94 | 88.52 | 51.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 214 | 76 | 0.82 | 0 | 0.64 | 0.16 | 132.69 | 0.69 | 0.5 |
| Hex | 27 | D6 | 4C | 52 | 0 | 40 | 10 | 85 | 45 | 32 |
| Octal | 47 | 326 | 114 | 122 | 0 | 100 | 20 | 205 | 105 | 62 |
| Binary | 100111 | 11010110 | 1001100 | 1010010 | 0 | 1000000 | 10000 | 10000101 | 1000101 | 110010 |
Color Harmonies of #27D64C
Complementary color
Monochromatic Colors of #27D64C
Black with #27D64C
Text Example
Text Example
White with #27D64C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27D64C; }
p { color: rgb(39,214,76); }
H1.HeaderClassName
{
color: #27D64C;
}
.AnyTagClassName
{
color: #27D64C;
}
</style>
background-color css
<style>
a { background-color: #27D64C; }
a { background-color: rgb(39,214,76); }
div.DivClassName
{
background-color: #27D64C;
}
.BgClassName
{
background-color: #27D64C;
}
</style>
border-color css
<style>
span { border-color: #27D64C; }
span { border-color: rgb(39,214,76); }
td.TdClassName
{
border-color: #27D64C;
}
.TagClassName
{
border-color: #27D64C;
}
</style>