Shades of Medium Sea Green #42C065
Tints of Medium Sea Green #42C065
RGB
CMYK
RGB Variations
Color information
#42C065 (or 0x42C065) is known color: Medium Sea Green. HEX triplet: 42, C0 and 65. RGB value is (66,192,101). Sum of RGB (Red+Green+Blue) = 66+192+101=359 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.38% from 359); Green value is 192 (75.39% from 255 or 53.48% from 359); Blue value is 101 (39.84% from 255 or 28.13% from 359); Max value from RGB is 192 - color contains mainly: green. Hex color #42C065 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C065 is #BD3F9A. Grayscale: #909090. Windows color (decimal): -12402587 or 6668354. OLE color: 6668354.
HSL color Cylindrical-coordinate representation of color #42C065: hue angle of 136.67º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C065 is Cyan = 0.66, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 192 | 101 | - |
| CMYK | 0.66 | 0 | 0.47 | 0.25 |
| HSL | 136.67º | 0.5% | 0.51% | - |
| HSV(B) | 136.67º | 0.66% | 0.75% | - |
| XYZ | 23.45 | 39.8 | 18.76 | - |
| YUV | 143.95 | 103.76 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 192 | 101 | 0.66 | 0 | 0.47 | 0.25 | 136.67 | 0.5 | 0.51 |
| Hex | 42 | C0 | 65 | 42 | 0 | 2F | 19 | 89 | 32 | 33 |
| Octal | 102 | 300 | 145 | 102 | 0 | 57 | 31 | 211 | 62 | 63 |
| Binary | 1000010 | 11000000 | 1100101 | 1000010 | 0 | 101111 | 11001 | 10001001 | 110010 | 110011 |
Color Harmonies of #42C065
Complementary color
Monochromatic Colors of #42C065
Black with #42C065
Text Example
Text Example
White with #42C065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C065; }
p { color: rgb(66,192,101); }
H1.HeaderClassName
{
color: #42C065;
}
.AnyTagClassName
{
color: #42C065;
}
</style>
background-color css
<style>
a { background-color: #42C065; }
a { background-color: rgb(66,192,101); }
div.DivClassName
{
background-color: #42C065;
}
.BgClassName
{
background-color: #42C065;
}
</style>
border-color css
<style>
span { border-color: #42C065; }
span { border-color: rgb(66,192,101); }
td.TdClassName
{
border-color: #42C065;
}
.TagClassName
{
border-color: #42C065;
}
</style>