Shades of Medium Sea Green #42BE64
Tints of Medium Sea Green #42BE64
RGB
CMYK
RGB Variations
Color information
#42BE64 (or 0x42BE64) is known color: Medium Sea Green. HEX triplet: 42, BE and 64. RGB value is (66,190,100). Sum of RGB (Red+Green+Blue) = 66+190+100=356 (47% of max value = 765). Red value is 66 (26.17% from 255 or 18.54% from 356); Green value is 190 (74.61% from 255 or 53.37% from 356); Blue value is 100 (39.45% from 255 or 28.09% from 356); Max value from RGB is 190 - color contains mainly: green. Hex color #42BE64 is not a web safe color. Web safe color analog (approx): #33CC66. Inversed color of #42BE64 is #BD419B. Grayscale: #8E8E8E. Windows color (decimal): -12403100 or 6602306. OLE color: 6602306.
HSL color Cylindrical-coordinate representation of color #42BE64: hue angle of 136.45º 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 #42BE64 is Cyan = 0.65, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 66 | 190 | 100 | - |
| CMYK | 0.65 | 0 | 0.47 | 0.25 |
| HSL | 136.45º | 0.49% | 0.5% | - |
| HSV(B) | 136.45º | 0.65% | 0.75% | - |
| XYZ | 22.96 | 38.91 | 18.36 | - |
| YUV | 142.66 | 103.92 | 73.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 190 | 100 | 0.65 | 0 | 0.47 | 0.25 | 136.45 | 0.49 | 0.5 |
| Hex | 42 | BE | 64 | 41 | 0 | 2F | 19 | 88 | 31 | 32 |
| Octal | 102 | 276 | 144 | 101 | 0 | 57 | 31 | 210 | 61 | 62 |
| Binary | 1000010 | 10111110 | 1100100 | 1000001 | 0 | 101111 | 11001 | 10001000 | 110001 | 110010 |
Color Harmonies of #42BE64
Complementary color
Monochromatic Colors of #42BE64
Black with #42BE64
Text Example
Text Example
White with #42BE64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #42BE64; }
p { color: rgb(66,190,100); }
H1.HeaderClassName
{
color: #42BE64;
}
.AnyTagClassName
{
color: #42BE64;
}
</style>
background-color css
<style>
a { background-color: #42BE64; }
a { background-color: rgb(66,190,100); }
div.DivClassName
{
background-color: #42BE64;
}
.BgClassName
{
background-color: #42BE64;
}
</style>
border-color css
<style>
span { border-color: #42BE64; }
span { border-color: rgb(66,190,100); }
td.TdClassName
{
border-color: #42BE64;
}
.TagClassName
{
border-color: #42BE64;
}
</style>