Shades of Medium Sea Green #42B965
Tints of Medium Sea Green #42B965
RGB
CMYK
RGB Variations
Color information
#42B965 (or 0x42B965) is known color: Medium Sea Green. HEX triplet: 42, B9 and 65. RGB value is (66,185,101). Sum of RGB (Red+Green+Blue) = 66+185+101=352 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.75% from 352); Green value is 185 (72.66% from 255 or 52.56% from 352); Blue value is 101 (39.84% from 255 or 28.69% from 352); Max value from RGB is 185 - color contains mainly: green. Hex color #42B965 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42B965 is #BD469A. Grayscale: #8C8C8C. Windows color (decimal): -12404379 or 6666562. OLE color: 6666562.
HSL color Cylindrical-coordinate representation of color #42B965: hue angle of 137.65º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #42B965 is Cyan = 0.64, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 66 | 185 | 101 | - |
| CMYK | 0.64 | 0 | 0.45 | 0.27 |
| HSL | 137.65º | 0.47% | 0.49% | - |
| HSV(B) | 137.65º | 0.64% | 0.73% | - |
| XYZ | 21.94 | 36.8 | 18.26 | - |
| YUV | 139.84 | 106.08 | 75.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 185 | 101 | 0.64 | 0 | 0.45 | 0.27 | 137.65 | 0.47 | 0.49 |
| Hex | 42 | B9 | 65 | 40 | 0 | 2D | 1B | 8A | 2F | 31 |
| Octal | 102 | 271 | 145 | 100 | 0 | 55 | 33 | 212 | 57 | 61 |
| Binary | 1000010 | 10111001 | 1100101 | 1000000 | 0 | 101101 | 11011 | 10001010 | 101111 | 110001 |
Color Harmonies of #42B965
Complementary color
Monochromatic Colors of #42B965
Black with #42B965
Text Example
Text Example
White with #42B965
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42B965; }
p { color: rgb(66,185,101); }
H1.HeaderClassName
{
color: #42B965;
}
.AnyTagClassName
{
color: #42B965;
}
</style>
background-color css
<style>
a { background-color: #42B965; }
a { background-color: rgb(66,185,101); }
div.DivClassName
{
background-color: #42B965;
}
.BgClassName
{
background-color: #42B965;
}
</style>
border-color css
<style>
span { border-color: #42B965; }
span { border-color: rgb(66,185,101); }
td.TdClassName
{
border-color: #42B965;
}
.TagClassName
{
border-color: #42B965;
}
</style>