Shades of Medium Sea Green #27BF5D
Tints of Medium Sea Green #27BF5D
RGB
CMYK
RGB Variations
Color information
#27BF5D (or 0x27BF5D) is known color: Medium Sea Green. HEX triplet: 27, BF and 5D. RGB value is (39,191,93). Sum of RGB (Red+Green+Blue) = 39+191+93=323 (42% of max value = 765). Red value is 39 (15.62% from 255 or 12.07% from 323); Green value is 191 (75% from 255 or 59.13% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 191 - color contains mainly: green. Hex color #27BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #27BF5D is #D840A2. Grayscale: #868686. Windows color (decimal): -14172323 or 6143783. OLE color: 6143783.
HSL color Cylindrical-coordinate representation of color #27BF5D: hue angle of 141.32º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #27BF5D is Cyan = 0.80, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 39 | 191 | 93 | - |
| CMYK | 0.80 | 0 | 0.51 | 0.25 |
| HSL | 141.32º | 0.66% | 0.45% | - |
| HSV(B) | 141.32º | 0.8% | 0.75% | - |
| XYZ | 21.44 | 38.48 | 16.65 | - |
| YUV | 134.38 | 104.64 | 59.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 39 | 191 | 93 | 0.80 | 0 | 0.51 | 0.25 | 141.32 | 0.66 | 0.45 |
| Hex | 27 | BF | 5D | 50 | 0 | 33 | 19 | 8D | 42 | 2D |
| Octal | 47 | 277 | 135 | 120 | 0 | 63 | 31 | 215 | 102 | 55 |
| Binary | 100111 | 10111111 | 1011101 | 1010000 | 0 | 110011 | 11001 | 10001101 | 1000010 | 101101 |
Color Harmonies of #27BF5D
Complementary color
Monochromatic Colors of #27BF5D
Black with #27BF5D
Text Example
Text Example
White with #27BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #27BF5D; }
p { color: rgb(39,191,93); }
H1.HeaderClassName
{
color: #27BF5D;
}
.AnyTagClassName
{
color: #27BF5D;
}
</style>
background-color css
<style>
a { background-color: #27BF5D; }
a { background-color: rgb(39,191,93); }
div.DivClassName
{
background-color: #27BF5D;
}
.BgClassName
{
background-color: #27BF5D;
}
</style>
border-color css
<style>
span { border-color: #27BF5D; }
span { border-color: rgb(39,191,93); }
td.TdClassName
{
border-color: #27BF5D;
}
.TagClassName
{
border-color: #27BF5D;
}
</style>