Shades of Medium Sea Green #45BD65
Tints of Medium Sea Green #45BD65
RGB
CMYK
RGB Variations
Color information
#45BD65 (or 0x45BD65) is known color: Medium Sea Green. HEX triplet: 45, BD and 65. RGB value is (69,189,101). Sum of RGB (Red+Green+Blue) = 69+189+101=359 (47% of max value = 765). Red value is 69 (27.34% from 255 or 19.22% from 359); Green value is 189 (74.22% from 255 or 52.65% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 189 - color contains mainly: green. Hex color #45BD65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #45BD65 is #BA429A. Grayscale: #8F8F8F. Windows color (decimal): -12206747 or 6667589. OLE color: 6667589.
HSL color Cylindrical-coordinate representation of color #45BD65: hue angle of 136º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #45BD65 is Cyan = 0.63, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 69 | 189 | 101 | - |
| CMYK | 0.63 | 0 | 0.47 | 0.26 |
| HSL | 136º | 0.48% | 0.51% | - |
| HSV(B) | 136º | 0.63% | 0.74% | - |
| XYZ | 23 | 38.6 | 18.55 | - |
| YUV | 143.09 | 104.24 | 75.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 189 | 101 | 0.63 | 0 | 0.47 | 0.26 | 136 | 0.48 | 0.51 |
| Hex | 45 | BD | 65 | 3F | 0 | 2F | 1A | 88 | 30 | 33 |
| Octal | 105 | 275 | 145 | 77 | 0 | 57 | 32 | 210 | 60 | 63 |
| Binary | 1000101 | 10111101 | 1100101 | 111111 | 0 | 101111 | 11010 | 10001000 | 110000 | 110011 |
Color Harmonies of #45BD65
Complementary color
Monochromatic Colors of #45BD65
Black with #45BD65
Text Example
Text Example
White with #45BD65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45BD65; }
p { color: rgb(69,189,101); }
H1.HeaderClassName
{
color: #45BD65;
}
.AnyTagClassName
{
color: #45BD65;
}
</style>
background-color css
<style>
a { background-color: #45BD65; }
a { background-color: rgb(69,189,101); }
div.DivClassName
{
background-color: #45BD65;
}
.BgClassName
{
background-color: #45BD65;
}
</style>
border-color css
<style>
span { border-color: #45BD65; }
span { border-color: rgb(69,189,101); }
td.TdClassName
{
border-color: #45BD65;
}
.TagClassName
{
border-color: #45BD65;
}
</style>