Shades of Medium Sea Green #20BF65
Tints of Medium Sea Green #20BF65
RGB
CMYK
RGB Variations
Color information
#20BF65 (or 0x20BF65) is known color: Medium Sea Green. HEX triplet: 20, BF and 65. RGB value is (32,191,101). Sum of RGB (Red+Green+Blue) = 32+191+101=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 191 (75% from 255 or 58.95% from 324); Blue value is 101 (39.84% from 255 or 31.17% from 324); Max value from RGB is 191 - color contains mainly: green. Hex color #20BF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #20BF65 is #DF409A. Grayscale: #858585. Windows color (decimal): -14631067 or 6668064. OLE color: 6668064.
HSL color Cylindrical-coordinate representation of color #20BF65: hue angle of 146.04º degrees, saturation: 0.71, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #20BF65 is Cyan = 0.83, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 32 | 191 | 101 | - |
| CMYK | 0.83 | 0 | 0.47 | 0.25 |
| HSL | 146.04º | 0.71% | 0.44% | - |
| HSV(B) | 146.04º | 0.83% | 0.75% | - |
| XYZ | 21.58 | 38.51 | 18.61 | - |
| YUV | 133.2 | 109.82 | 55.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 32 | 191 | 101 | 0.83 | 0 | 0.47 | 0.25 | 146.04 | 0.71 | 0.44 |
| Hex | 20 | BF | 65 | 53 | 0 | 2F | 19 | 92 | 47 | 2C |
| Octal | 40 | 277 | 145 | 123 | 0 | 57 | 31 | 222 | 107 | 54 |
| Binary | 100000 | 10111111 | 1100101 | 1010011 | 0 | 101111 | 11001 | 10010010 | 1000111 | 101100 |
Color Harmonies of #20BF65
Complementary color
Monochromatic Colors of #20BF65
Black with #20BF65
Text Example
Text Example
White with #20BF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #20BF65; }
p { color: rgb(32,191,101); }
H1.HeaderClassName
{
color: #20BF65;
}
.AnyTagClassName
{
color: #20BF65;
}
</style>
background-color css
<style>
a { background-color: #20BF65; }
a { background-color: rgb(32,191,101); }
div.DivClassName
{
background-color: #20BF65;
}
.BgClassName
{
background-color: #20BF65;
}
</style>
border-color css
<style>
span { border-color: #20BF65; }
span { border-color: rgb(32,191,101); }
td.TdClassName
{
border-color: #20BF65;
}
.TagClassName
{
border-color: #20BF65;
}
</style>