Shades of Medium Sea Green #42BF81
Tints of Medium Sea Green #42BF81
RGB
CMYK
RGB Variations
Color information
#42BF81 (or 0x42BF81) is known color: Medium Sea Green. HEX triplet: 42, BF and 81. RGB value is (66,191,129). Sum of RGB (Red+Green+Blue) = 66+191+129=386 (51% of max value = 765). Red value is 66 (26.17% from 255 or 17.10% from 386); Green value is 191 (75% from 255 or 49.48% from 386); Blue value is 129 (50.78% from 255 or 33.42% from 386); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BF81 is #BD407E. Grayscale: #929292. Windows color (decimal): -12402815 or 8503106. OLE color: 8503106.
HSL color Cylindrical-coordinate representation of color #42BF81: hue angle of 150.24º 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 #42BF81 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 129 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.25 |
| HSL | 150.24º | 0.49% | 0.5% | - |
| HSV(B) | 150.24º | 0.65% | 0.75% | - |
| XYZ | 24.84 | 40 | 27.18 | - |
| YUV | 146.56 | 118.09 | 70.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 129 | 0.65 | 0 | 0.32 | 0.25 | 150.24 | 0.49 | 0.5 |
| Hex | 42 | BF | 81 | 41 | 0 | 20 | 19 | 96 | 31 | 32 |
| Octal | 102 | 277 | 201 | 101 | 0 | 40 | 31 | 226 | 61 | 62 |
| Binary | 1000010 | 10111111 | 10000001 | 1000001 | 0 | 100000 | 11001 | 10010110 | 110001 | 110010 |
Color Harmonies of #42BF81
Complementary color
Monochromatic Colors of #42BF81
Black with #42BF81
Text Example
Text Example
White with #42BF81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF81; }
p { color: rgb(66,191,129); }
H1.HeaderClassName
{
color: #42BF81;
}
.AnyTagClassName
{
color: #42BF81;
}
</style>
background-color css
<style>
a { background-color: #42BF81; }
a { background-color: rgb(66,191,129); }
div.DivClassName
{
background-color: #42BF81;
}
.BgClassName
{
background-color: #42BF81;
}
</style>
border-color css
<style>
span { border-color: #42BF81; }
span { border-color: rgb(66,191,129); }
td.TdClassName
{
border-color: #42BF81;
}
.TagClassName
{
border-color: #42BF81;
}
</style>