Shades of Medium Sea Green #42C15B
Tints of Medium Sea Green #42C15B
RGB
CMYK
RGB Variations
Color information
#42C15B (or 0x42C15B) is known color: Medium Sea Green. HEX triplet: 42, C1 and 5B. RGB value is (66,193,91). Sum of RGB (Red+Green+Blue) = 66+193+91=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 193 (75.78% from 255 or 55.14% from 350); Blue value is 91 (35.94% from 255 or 26% from 350); Max value from RGB is 193 - color contains mainly: green. Hex color #42C15B is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42C15B is #BD3EA4. Grayscale: #8F8F8F. Windows color (decimal): -12402341 or 6013250. OLE color: 6013250.
HSL color Cylindrical-coordinate representation of color #42C15B: hue angle of 131.81º 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 #42C15B is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 66 | 193 | 91 | - |
| CMYK | 0.66 | 0 | 0.53 | 0.24 |
| HSL | 131.81º | 0.51% | 0.51% | - |
| HSV(B) | 131.81º | 0.66% | 0.76% | - |
| XYZ | 23.21 | 40.05 | 16.41 | - |
| YUV | 143.4 | 98.42 | 72.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 193 | 91 | 0.66 | 0 | 0.53 | 0.24 | 131.81 | 0.51 | 0.51 |
| Hex | 42 | C1 | 5B | 42 | 0 | 35 | 18 | 84 | 33 | 33 |
| Octal | 102 | 301 | 133 | 102 | 0 | 65 | 30 | 204 | 63 | 63 |
| Binary | 1000010 | 11000001 | 1011011 | 1000010 | 0 | 110101 | 11000 | 10000100 | 110011 | 110011 |
Color Harmonies of #42C15B
Complementary color
Monochromatic Colors of #42C15B
Black with #42C15B
Text Example
Text Example
White with #42C15B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42C15B; }
p { color: rgb(66,193,91); }
H1.HeaderClassName
{
color: #42C15B;
}
.AnyTagClassName
{
color: #42C15B;
}
</style>
background-color css
<style>
a { background-color: #42C15B; }
a { background-color: rgb(66,193,91); }
div.DivClassName
{
background-color: #42C15B;
}
.BgClassName
{
background-color: #42C15B;
}
</style>
border-color css
<style>
span { border-color: #42C15B; }
span { border-color: rgb(66,193,91); }
td.TdClassName
{
border-color: #42C15B;
}
.TagClassName
{
border-color: #42C15B;
}
</style>