Shades of Medium Sea Green #42BD71
Tints of Medium Sea Green #42BD71
RGB
CMYK
RGB Variations
Color information
#42BD71 (or 0x42BD71) is known color: Medium Sea Green. HEX triplet: 42, BD and 71. RGB value is (66,189,113). Sum of RGB (Red+Green+Blue) = 66+189+113=368 (48% of max value = 765). Red value is 66 (26.17% from 255 or 17.93% from 368); Green value is 189 (74.22% from 255 or 51.36% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD71 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BD71 is #BD428E. Grayscale: #8F8F8F. Windows color (decimal): -12403343 or 7454018. OLE color: 7454018.
HSL color Cylindrical-coordinate representation of color #42BD71: hue angle of 142.93º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BD71 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 113 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.26 |
| HSL | 142.93º | 0.48% | 0.5% | - |
| HSV(B) | 142.93º | 0.65% | 0.74% | - |
| XYZ | 23.43 | 38.75 | 21.87 | - |
| YUV | 143.56 | 110.75 | 72.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 113 | 0.65 | 0 | 0.40 | 0.26 | 142.93 | 0.48 | 0.5 |
| Hex | 42 | BD | 71 | 41 | 0 | 28 | 1A | 8F | 30 | 32 |
| Octal | 102 | 275 | 161 | 101 | 0 | 50 | 32 | 217 | 60 | 62 |
| Binary | 1000010 | 10111101 | 1110001 | 1000001 | 0 | 101000 | 11010 | 10001111 | 110000 | 110010 |
Color Harmonies of #42BD71
Complementary color
Monochromatic Colors of #42BD71
Black with #42BD71
Text Example
Text Example
White with #42BD71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD71; }
p { color: rgb(66,189,113); }
H1.HeaderClassName
{
color: #42BD71;
}
.AnyTagClassName
{
color: #42BD71;
}
</style>
background-color css
<style>
a { background-color: #42BD71; }
a { background-color: rgb(66,189,113); }
div.DivClassName
{
background-color: #42BD71;
}
.BgClassName
{
background-color: #42BD71;
}
</style>
border-color css
<style>
span { border-color: #42BD71; }
span { border-color: rgb(66,189,113); }
td.TdClassName
{
border-color: #42BD71;
}
.TagClassName
{
border-color: #42BD71;
}
</style>