Shades of Medium Sea Green #42B76C
Tints of Medium Sea Green #42B76C
RGB
CMYK
RGB Variations
Color information
#42B76C (or 0x42B76C) is known color: Medium Sea Green. HEX triplet: 42, B7 and 6C. RGB value is (66,183,108). Sum of RGB (Red+Green+Blue) = 66+183+108=357 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.49% from 357); Green value is 183 (71.88% from 255 or 51.26% from 357); Blue value is 108 (42.58% from 255 or 30.25% from 357); Max value from RGB is 183 - color contains mainly: green. Hex color #42B76C is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B76C is #BD4893. Grayscale: #8B8B8B. Windows color (decimal): -12404884 or 7124802. OLE color: 7124802.
HSL color Cylindrical-coordinate representation of color #42B76C: hue angle of 141.54º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B76C is Cyan = 0.64, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 66 | 183 | 108 | - |
| CMYK | 0.64 | 0 | 0.41 | 0.28 |
| HSL | 141.54º | 0.47% | 0.49% | - |
| HSV(B) | 141.54º | 0.64% | 0.72% | - |
| XYZ | 21.89 | 36.11 | 20 | - |
| YUV | 139.47 | 110.24 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 183 | 108 | 0.64 | 0 | 0.41 | 0.28 | 141.54 | 0.47 | 0.49 |
| Hex | 42 | B7 | 6C | 40 | 0 | 29 | 1C | 8E | 2F | 31 |
| Octal | 102 | 267 | 154 | 100 | 0 | 51 | 34 | 216 | 57 | 61 |
| Binary | 1000010 | 10110111 | 1101100 | 1000000 | 0 | 101001 | 11100 | 10001110 | 101111 | 110001 |
Color Harmonies of #42B76C
Complementary color
Monochromatic Colors of #42B76C
Black with #42B76C
Text Example
Text Example
White with #42B76C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B76C; }
p { color: rgb(66,183,108); }
H1.HeaderClassName
{
color: #42B76C;
}
.AnyTagClassName
{
color: #42B76C;
}
</style>
background-color css
<style>
a { background-color: #42B76C; }
a { background-color: rgb(66,183,108); }
div.DivClassName
{
background-color: #42B76C;
}
.BgClassName
{
background-color: #42B76C;
}
</style>
border-color css
<style>
span { border-color: #42B76C; }
span { border-color: rgb(66,183,108); }
td.TdClassName
{
border-color: #42B76C;
}
.TagClassName
{
border-color: #42B76C;
}
</style>