Shades of Medium Sea Green #30CF65
Tints of Medium Sea Green #30CF65
RGB
CMYK
RGB Variations
Color information
#30CF65 (or 0x30CF65) is known color: Medium Sea Green. HEX triplet: 30, CF and 65. RGB value is (48,207,101). Sum of RGB (Red+Green+Blue) = 48+207+101=356 (47% of max value = 765). Red value is 48 (19.14% from 255 or 13.48% from 356); Green value is 207 (81.25% from 255 or 58.15% from 356); Blue value is 101 (39.84% from 255 or 28.37% from 356); Max value from RGB is 207 - color contains mainly: green. Hex color #30CF65 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #30CF65 is #CF309A. Grayscale: #939393. Windows color (decimal): -13578395 or 6672176. OLE color: 6672176.
HSL color Cylindrical-coordinate representation of color #30CF65: hue angle of 140º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #30CF65 is Cyan = 0.77, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 48 | 207 | 101 | - |
| CMYK | 0.77 | 0 | 0.51 | 0.19 |
| HSL | 140º | 0.62% | 0.5% | - |
| HSV(B) | 140º | 0.77% | 0.81% | - |
| XYZ | 25.88 | 46.19 | 19.86 | - |
| YUV | 147.38 | 101.82 | 57.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 207 | 101 | 0.77 | 0 | 0.51 | 0.19 | 140 | 0.62 | 0.5 |
| Hex | 30 | CF | 65 | 4D | 0 | 33 | 13 | 8C | 3E | 32 |
| Octal | 60 | 317 | 145 | 115 | 0 | 63 | 23 | 214 | 76 | 62 |
| Binary | 110000 | 11001111 | 1100101 | 1001101 | 0 | 110011 | 10011 | 10001100 | 111110 | 110010 |
Color Harmonies of #30CF65
Complementary color
Monochromatic Colors of #30CF65
Black with #30CF65
Text Example
Text Example
White with #30CF65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #30CF65; }
p { color: rgb(48,207,101); }
H1.HeaderClassName
{
color: #30CF65;
}
.AnyTagClassName
{
color: #30CF65;
}
</style>
background-color css
<style>
a { background-color: #30CF65; }
a { background-color: rgb(48,207,101); }
div.DivClassName
{
background-color: #30CF65;
}
.BgClassName
{
background-color: #30CF65;
}
</style>
border-color css
<style>
span { border-color: #30CF65; }
span { border-color: rgb(48,207,101); }
td.TdClassName
{
border-color: #30CF65;
}
.TagClassName
{
border-color: #30CF65;
}
</style>