Shades of Medium Sea Green #42BD81
Tints of Medium Sea Green #42BD81
RGB
CMYK
RGB Variations
Color information
#42BD81 (or 0x42BD81) is known color: Medium Sea Green. HEX triplet: 42, BD and 81. RGB value is (66,189,129). Sum of RGB (Red+Green+Blue) = 66+189+129=384 (50% of max value = 765). Red value is 66 (26.17% from 255 or 17.19% from 384); Green value is 189 (74.22% from 255 or 49.22% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 189 - color contains mainly: green. Hex color #42BD81 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #42BD81 is #BD427E. Grayscale: #919191. Windows color (decimal): -12403327 or 8502594. OLE color: 8502594.
HSL color Cylindrical-coordinate representation of color #42BD81: hue angle of 150.73º 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 #42BD81 is Cyan = 0.65, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 66 | 189 | 129 | - |
| CMYK | 0.65 | 0 | 0.32 | 0.26 |
| HSL | 150.73º | 0.48% | 0.5% | - |
| HSV(B) | 150.73º | 0.65% | 0.74% | - |
| XYZ | 24.41 | 39.14 | 27.04 | - |
| YUV | 145.38 | 118.75 | 71.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 189 | 129 | 0.65 | 0 | 0.32 | 0.26 | 150.73 | 0.48 | 0.5 |
| Hex | 42 | BD | 81 | 41 | 0 | 20 | 1A | 97 | 30 | 32 |
| Octal | 102 | 275 | 201 | 101 | 0 | 40 | 32 | 227 | 60 | 62 |
| Binary | 1000010 | 10111101 | 10000001 | 1000001 | 0 | 100000 | 11010 | 10010111 | 110000 | 110010 |
Color Harmonies of #42BD81
Complementary color
Monochromatic Colors of #42BD81
Black with #42BD81
Text Example
Text Example
White with #42BD81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BD81; }
p { color: rgb(66,189,129); }
H1.HeaderClassName
{
color: #42BD81;
}
.AnyTagClassName
{
color: #42BD81;
}
</style>
background-color css
<style>
a { background-color: #42BD81; }
a { background-color: rgb(66,189,129); }
div.DivClassName
{
background-color: #42BD81;
}
.BgClassName
{
background-color: #42BD81;
}
</style>
border-color css
<style>
span { border-color: #42BD81; }
span { border-color: rgb(66,189,129); }
td.TdClassName
{
border-color: #42BD81;
}
.TagClassName
{
border-color: #42BD81;
}
</style>