Shades of Medium Sea Green #42C15F
Tints of Medium Sea Green #42C15F
RGB
CMYK
RGB Variations
Color information
#42C15F (or 0x42C15F) is known color: Medium Sea Green. HEX triplet: 42, C1 and 5F. RGB value is (66,193,95). Sum of RGB (Red+Green+Blue) = 66+193+95=354 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.64% from 354); Green value is 193 (75.78% from 255 or 54.52% from 354); Blue value is 95 (37.5% from 255 or 26.84% from 354); Max value from RGB is 193 - color contains mainly: green. Hex color #42C15F is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C15F is #BD3EA0. Grayscale: #909090. Windows color (decimal): -12402337 or 6275394. OLE color: 6275394.
HSL color Cylindrical-coordinate representation of color #42C15F: hue angle of 133.7º degrees, saturation: 0.51, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #42C15F is Cyan = 0.66, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 95 | - |
| CMYK | 0.66 | 0 | 0.51 | 0.24 |
| HSL | 133.7º | 0.51% | 0.51% | - |
| HSV(B) | 133.7º | 0.66% | 0.76% | - |
| XYZ | 23.38 | 40.12 | 17.34 | - |
| YUV | 143.86 | 100.42 | 72.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 95 | 0.66 | 0 | 0.51 | 0.24 | 133.7 | 0.51 | 0.51 |
| Hex | 42 | C1 | 5F | 42 | 0 | 33 | 18 | 86 | 33 | 33 |
| Octal | 102 | 301 | 137 | 102 | 0 | 63 | 30 | 206 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1011111 | 1000010 | 0 | 110011 | 11000 | 10000110 | 110011 | 110011 |
Color Harmonies of #42C15F
Complementary color
Monochromatic Colors of #42C15F
Black with #42C15F
Text Example
Text Example
White with #42C15F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C15F; }
p { color: rgb(66,193,95); }
H1.HeaderClassName
{
color: #42C15F;
}
.AnyTagClassName
{
color: #42C15F;
}
</style>
background-color css
<style>
a { background-color: #42C15F; }
a { background-color: rgb(66,193,95); }
div.DivClassName
{
background-color: #42C15F;
}
.BgClassName
{
background-color: #42C15F;
}
</style>
border-color css
<style>
span { border-color: #42C15F; }
span { border-color: rgb(66,193,95); }
td.TdClassName
{
border-color: #42C15F;
}
.TagClassName
{
border-color: #42C15F;
}
</style>