Shades of Medium Sea Green #42BF63
Tints of Medium Sea Green #42BF63
RGB
CMYK
RGB Variations
Color information
#42BF63 (or 0x42BF63) is known color: Medium Sea Green. HEX triplet: 42, BF and 63. RGB value is (66,191,99). Sum of RGB (Red+Green+Blue) = 66+191+99=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 191 (75% from 255 or 53.65% from 356); Blue value is 99 (39.06% from 255 or 27.81% from 356); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF63 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF63 is #BD409C. Grayscale: #8F8F8F. Windows color (decimal): -12402845 or 6537026. OLE color: 6537026.
HSL color Cylindrical-coordinate representation of color #42BF63: hue angle of 135.84º 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 #42BF63 is Cyan = 0.65, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 99 | - |
| CMYK | 0.65 | 0 | 0.48 | 0.25 |
| HSL | 135.84º | 0.49% | 0.5% | - |
| HSV(B) | 135.84º | 0.65% | 0.75% | - |
| XYZ | 23.13 | 39.32 | 18.17 | - |
| YUV | 143.14 | 103.09 | 72.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 99 | 0.65 | 0 | 0.48 | 0.25 | 135.84 | 0.49 | 0.5 |
| Hex | 42 | BF | 63 | 41 | 0 | 30 | 19 | 88 | 31 | 32 |
| Octal | 102 | 277 | 143 | 101 | 0 | 60 | 31 | 210 | 61 | 62 |
| Binary | 1000010 | 10111111 | 1100011 | 1000001 | 0 | 110000 | 11001 | 10001000 | 110001 | 110010 |
Color Harmonies of #42BF63
Complementary color
Monochromatic Colors of #42BF63
Black with #42BF63
Text Example
Text Example
White with #42BF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF63; }
p { color: rgb(66,191,99); }
H1.HeaderClassName
{
color: #42BF63;
}
.AnyTagClassName
{
color: #42BF63;
}
</style>
background-color css
<style>
a { background-color: #42BF63; }
a { background-color: rgb(66,191,99); }
div.DivClassName
{
background-color: #42BF63;
}
.BgClassName
{
background-color: #42BF63;
}
</style>
border-color css
<style>
span { border-color: #42BF63; }
span { border-color: rgb(66,191,99); }
td.TdClassName
{
border-color: #42BF63;
}
.TagClassName
{
border-color: #42BF63;
}
</style>