Shades of Medium Sea Green #42BF67
Tints of Medium Sea Green #42BF67
RGB
CMYK
RGB Variations
Color information
#42BF67 (or 0x42BF67) is known color: Medium Sea Green. HEX triplet: 42, BF and 67. RGB value is (66,191,103). Sum of RGB (Red+Green+Blue) = 66+191+103=360 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.33% from 360); Green value is 191 (75% from 255 or 53.06% from 360); Blue value is 103 (40.62% from 255 or 28.61% from 360); Max value from RGB is 191 - color contains mainly: green. Hex color #42BF67 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BF67 is #BD4098. Grayscale: #8F8F8F. Windows color (decimal): -12402841 or 6799170. OLE color: 6799170.
HSL color Cylindrical-coordinate representation of color #42BF67: hue angle of 137.76º 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 #42BF67 is Cyan = 0.65, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 191 | 103 | - |
| CMYK | 0.65 | 0 | 0.46 | 0.25 |
| HSL | 137.76º | 0.49% | 0.5% | - |
| HSV(B) | 137.76º | 0.65% | 0.75% | - |
| XYZ | 23.33 | 39.4 | 19.21 | - |
| YUV | 143.59 | 105.09 | 72.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 191 | 103 | 0.65 | 0 | 0.46 | 0.25 | 137.76 | 0.49 | 0.5 |
| Hex | 42 | BF | 67 | 41 | 0 | 2E | 19 | 8A | 31 | 32 |
| Octal | 102 | 277 | 147 | 101 | 0 | 56 | 31 | 212 | 61 | 62 |
| Binary | 1000010 | 10111111 | 1100111 | 1000001 | 0 | 101110 | 11001 | 10001010 | 110001 | 110010 |
Color Harmonies of #42BF67
Complementary color
Monochromatic Colors of #42BF67
Black with #42BF67
Text Example
Text Example
White with #42BF67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BF67; }
p { color: rgb(66,191,103); }
H1.HeaderClassName
{
color: #42BF67;
}
.AnyTagClassName
{
color: #42BF67;
}
</style>
background-color css
<style>
a { background-color: #42BF67; }
a { background-color: rgb(66,191,103); }
div.DivClassName
{
background-color: #42BF67;
}
.BgClassName
{
background-color: #42BF67;
}
</style>
border-color css
<style>
span { border-color: #42BF67; }
span { border-color: rgb(66,191,103); }
td.TdClassName
{
border-color: #42BF67;
}
.TagClassName
{
border-color: #42BF67;
}
</style>