Shades of Medium Sea Green #3DBF65
Tints of Medium Sea Green #3DBF65
RGB
CMYK
RGB Variations
Color information
#3DBF65 (or 0x3DBF65) is known color: Medium Sea Green. HEX triplet: 3D, BF and 65. RGB value is (61,191,101). Sum of RGB (Red+Green+Blue) = 61+191+101=353 (46% of max value = 765). Red value is 61 (24.22% from 255 or 17.28% from 353); Green value is 191 (75% from 255 or 54.11% from 353); Blue value is 101 (39.84% from 255 or 28.61% from 353); Max value from RGB is 191 - color contains mainly: green. Hex color #3DBF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #3DBF65 is #C2409A. Grayscale: #8E8E8E. Windows color (decimal): -12730523 or 6668093. OLE color: 6668093.
HSL color Cylindrical-coordinate representation of color #3DBF65: hue angle of 138.46º degrees, saturation: 0.52, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3DBF65 is Cyan = 0.68, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 61 | 191 | 101 | - |
| CMYK | 0.68 | 0 | 0.47 | 0.25 |
| HSL | 138.46º | 0.52% | 0.49% | - |
| HSV(B) | 138.46º | 0.68% | 0.75% | - |
| XYZ | 22.9 | 39.19 | 18.67 | - |
| YUV | 141.87 | 104.93 | 70.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 191 | 101 | 0.68 | 0 | 0.47 | 0.25 | 138.46 | 0.52 | 0.49 |
| Hex | 3D | BF | 65 | 44 | 0 | 2F | 19 | 8A | 34 | 31 |
| Octal | 75 | 277 | 145 | 104 | 0 | 57 | 31 | 212 | 64 | 61 |
| Binary | 111101 | 10111111 | 1100101 | 1000100 | 0 | 101111 | 11001 | 10001010 | 110100 | 110001 |
Color Harmonies of #3DBF65
Complementary color
Monochromatic Colors of #3DBF65
Black with #3DBF65
Text Example
Text Example
White with #3DBF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3DBF65; }
p { color: rgb(61,191,101); }
H1.HeaderClassName
{
color: #3DBF65;
}
.AnyTagClassName
{
color: #3DBF65;
}
</style>
background-color css
<style>
a { background-color: #3DBF65; }
a { background-color: rgb(61,191,101); }
div.DivClassName
{
background-color: #3DBF65;
}
.BgClassName
{
background-color: #3DBF65;
}
</style>
border-color css
<style>
span { border-color: #3DBF65; }
span { border-color: rgb(61,191,101); }
td.TdClassName
{
border-color: #3DBF65;
}
.TagClassName
{
border-color: #3DBF65;
}
</style>