Shades of Medium Sea Green #42BF73
Tints of Medium Sea Green #42BF73
RGB
CMYK
RGB Variations
Color information
#42BF73 (or 0x42BF73) is known color: Medium Sea Green. HEX triplet: 42, BF and 73. RGB value is (66,191,115). Sum of RGB (Red+Green+Blue) = 66+191+115=372 (49% of max value = 765). Red value is 66 (26.17% from 255 or 17.74% from 372); Green value is 191 (75% from 255 or 51.34% from 372); Blue value is 115 (45.31% from 255 or 30.91% from 372); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF73 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF73 is #BD408C. Grayscale: #919191. Windows color (decimal): -12402829 or 7585602. OLE color: 7585602.
HSL color Cylindrical-coordinate representation of color #42BF73: hue angle of 143.52º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #42BF73 is Cyan = 0.65, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 115 | - |
| CMYK | 0.65 | 0 | 0.40 | 0.25 |
| HSL | 143.52º | 0.49% | 0.5% | - |
| HSV(B) | 143.52º | 0.65% | 0.75% | - |
| XYZ | 23.97 | 39.66 | 22.61 | - |
| YUV | 144.96 | 111.09 | 71.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 115 | 0.65 | 0 | 0.40 | 0.25 | 143.52 | 0.49 | 0.5 |
| Hex | 42 | BF | 73 | 41 | 0 | 28 | 19 | 90 | 31 | 32 |
| Octal | 102 | 277 | 163 | 101 | 0 | 50 | 31 | 220 | 61 | 62 |
| Binary | 1000010 | 10111111 | 1110011 | 1000001 | 0 | 101000 | 11001 | 10010000 | 110001 | 110010 |
Color Harmonies of #42BF73
Complementary color
Monochromatic Colors of #42BF73
Black with #42BF73
Text Example
Text Example
White with #42BF73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF73; }
p { color: rgb(66,191,115); }
H1.HeaderClassName
{
color: #42BF73;
}
.AnyTagClassName
{
color: #42BF73;
}
</style>
background-color css
<style>
a { background-color: #42BF73; }
a { background-color: rgb(66,191,115); }
div.DivClassName
{
background-color: #42BF73;
}
.BgClassName
{
background-color: #42BF73;
}
</style>
border-color css
<style>
span { border-color: #42BF73; }
span { border-color: rgb(66,191,115); }
td.TdClassName
{
border-color: #42BF73;
}
.TagClassName
{
border-color: #42BF73;
}
</style>