Shades of Malachite #27FC4C
Tints of Malachite #27FC4C
RGB
CMYK
RGB Variations
Color information
#27FC4C (or 0x27FC4C) is known color: Malachite. HEX triplet: 27, FC and 4C. RGB value is (39,252,76). Sum of RGB (Red+Green+Blue) = 39+252+76=367 (48% of max value = 765). Red value is 39 (15.62% from 255 or 10.63% from 367); Green value is 252 (98.83% from 255 or 68.66% from 367); Blue value is 76 (30.08% from 255 or 20.71% from 367); Max value from RGB is 252 - color contains mainly: green. Hex color #27FC4C is not a web safe color. Web safe color analog (approx): #33FF33. Inversed color of #27FC4C is #D803B3. Grayscale: #A8A8A8. Windows color (decimal): -14156724 or 5045287. OLE color: 5045287.
HSL color Cylindrical-coordinate representation of color #27FC4C: hue angle of 130.42º degrees, saturation: 0.97, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #27FC4C is Cyan = 0.85, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 39 | 252 | 76 | - |
| CMYK | 0.85 | 0 | 0.70 | 0.01 |
| HSL | 130.42º | 0.97% | 0.57% | - |
| HSV(B) | 130.42º | 0.85% | 0.99% | - |
| XYZ | 36.95 | 70.57 | 18.51 | - |
| YUV | 168.25 | 75.93 | 35.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 252 | 76 | 0.85 | 0 | 0.70 | 0.01 | 130.42 | 0.97 | 0.57 |
| Hex | 27 | FC | 4C | 55 | 0 | 46 | 1 | 82 | 61 | 39 |
| Octal | 47 | 374 | 114 | 125 | 0 | 106 | 1 | 202 | 141 | 71 |
| Binary | 100111 | 11111100 | 1001100 | 1010101 | 0 | 1000110 | 1 | 10000010 | 1100001 | 111001 |
Color Harmonies of #27FC4C
Complementary color
Monochromatic Colors of #27FC4C
Black with #27FC4C
Text Example
Text Example
White with #27FC4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27FC4C; }
p { color: rgb(39,252,76); }
H1.HeaderClassName
{
color: #27FC4C;
}
.AnyTagClassName
{
color: #27FC4C;
}
</style>
background-color css
<style>
a { background-color: #27FC4C; }
a { background-color: rgb(39,252,76); }
div.DivClassName
{
background-color: #27FC4C;
}
.BgClassName
{
background-color: #27FC4C;
}
</style>
border-color css
<style>
span { border-color: #27FC4C; }
span { border-color: rgb(39,252,76); }
td.TdClassName
{
border-color: #27FC4C;
}
.TagClassName
{
border-color: #27FC4C;
}
</style>