Shades of Medium Sea Green #2FCD69
Tints of Medium Sea Green #2FCD69
RGB
CMYK
RGB Variations
Color information
#2FCD69 (or 0x2FCD69) is known color: Medium Sea Green. HEX triplet: 2F, CD and 69. RGB value is (47,205,105). Sum of RGB (Red+Green+Blue) = 47+205+105=357 (47% of max value = 765). Red value is 47 (18.75% from 255 or 13.17% from 357); Green value is 205 (80.47% from 255 or 57.42% from 357); Blue value is 105 (41.41% from 255 or 29.41% from 357); Max value from RGB is 205 - color contains mainly: green. Hex color #2FCD69 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #2FCD69 is #D03296. Grayscale: #929292. Windows color (decimal): -13644439 or 6933807. OLE color: 6933807.
HSL color Cylindrical-coordinate representation of color #2FCD69: hue angle of 142.03º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #2FCD69 is Cyan = 0.77, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 47 | 205 | 105 | - |
| CMYK | 0.77 | 0 | 0.49 | 0.20 |
| HSL | 142.03º | 0.63% | 0.49% | - |
| HSV(B) | 142.03º | 0.77% | 0.8% | - |
| XYZ | 25.55 | 45.29 | 20.76 | - |
| YUV | 146.36 | 104.65 | 57.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 47 | 205 | 105 | 0.77 | 0 | 0.49 | 0.20 | 142.03 | 0.63 | 0.49 |
| Hex | 2F | CD | 69 | 4D | 0 | 31 | 14 | 8E | 3F | 31 |
| Octal | 57 | 315 | 151 | 115 | 0 | 61 | 24 | 216 | 77 | 61 |
| Binary | 101111 | 11001101 | 1101001 | 1001101 | 0 | 110001 | 10100 | 10001110 | 111111 | 110001 |
Color Harmonies of #2FCD69
Complementary color
Monochromatic Colors of #2FCD69
Black with #2FCD69
Text Example
Text Example
White with #2FCD69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2FCD69; }
p { color: rgb(47,205,105); }
H1.HeaderClassName
{
color: #2FCD69;
}
.AnyTagClassName
{
color: #2FCD69;
}
</style>
background-color css
<style>
a { background-color: #2FCD69; }
a { background-color: rgb(47,205,105); }
div.DivClassName
{
background-color: #2FCD69;
}
.BgClassName
{
background-color: #2FCD69;
}
</style>
border-color css
<style>
span { border-color: #2FCD69; }
span { border-color: rgb(47,205,105); }
td.TdClassName
{
border-color: #2FCD69;
}
.TagClassName
{
border-color: #2FCD69;
}
</style>