Shades of Medium Sea Green #42BF5D
Tints of Medium Sea Green #42BF5D
RGB
CMYK
RGB Variations
Color information
#42BF5D (or 0x42BF5D) is known color: Medium Sea Green. HEX triplet: 42, BF and 5D. RGB value is (66,191,93). Sum of RGB (Red+Green+Blue) = 66+191+93=350 (46% of max value = 765). Red value is 66 (26.17% from 255 or 18.86% from 350); Green value is 191 (75% from 255 or 54.57% from 350); Blue value is 93 (36.72% from 255 or 26.57% from 350); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF5D is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF5D is #BD40A2. Grayscale: #8E8E8E. Windows color (decimal): -12402851 or 6143810. OLE color: 6143810.
HSL color Cylindrical-coordinate representation of color #42BF5D: hue angle of 132.96º 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 #42BF5D is Cyan = 0.65, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 93 | - |
| CMYK | 0.65 | 0 | 0.51 | 0.25 |
| HSL | 132.96º | 0.49% | 0.5% | - |
| HSV(B) | 132.96º | 0.65% | 0.75% | - |
| XYZ | 22.85 | 39.21 | 16.72 | - |
| YUV | 142.45 | 100.09 | 73.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 93 | 0.65 | 0 | 0.51 | 0.25 | 132.96 | 0.49 | 0.5 |
| Hex | 42 | BF | 5D | 41 | 0 | 33 | 19 | 85 | 31 | 32 |
| Octal | 102 | 277 | 135 | 101 | 0 | 63 | 31 | 205 | 61 | 62 |
| Binary | 1000010 | 10111111 | 1011101 | 1000001 | 0 | 110011 | 11001 | 10000101 | 110001 | 110010 |
Color Harmonies of #42BF5D
Complementary color
Monochromatic Colors of #42BF5D
Black with #42BF5D
Text Example
Text Example
White with #42BF5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF5D; }
p { color: rgb(66,191,93); }
H1.HeaderClassName
{
color: #42BF5D;
}
.AnyTagClassName
{
color: #42BF5D;
}
</style>
background-color css
<style>
a { background-color: #42BF5D; }
a { background-color: rgb(66,191,93); }
div.DivClassName
{
background-color: #42BF5D;
}
.BgClassName
{
background-color: #42BF5D;
}
</style>
border-color css
<style>
span { border-color: #42BF5D; }
span { border-color: rgb(66,191,93); }
td.TdClassName
{
border-color: #42BF5D;
}
.TagClassName
{
border-color: #42BF5D;
}
</style>