Shades of Mantis #66D950
Tints of Mantis #66D950
RGB
CMYK
RGB Variations
Color information
#66D950 (or 0x66D950) is known color: Mantis. HEX triplet: 66, D9 and 50. RGB value is (102,217,80). Sum of RGB (Red+Green+Blue) = 102+217+80=399 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.56% from 399); Green value is 217 (85.16% from 255 or 54.39% from 399); Blue value is 80 (31.64% from 255 or 20.05% from 399); Max value from RGB is 217 - color contains mainly: green. Hex color #66D950 is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #66D950 is #9926AF. Grayscale: #A7A7A7. Windows color (decimal): -10036912 or 5298534. OLE color: 5298534.
HSL color Cylindrical-coordinate representation of color #66D950: hue angle of 110.36º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #66D950 is Cyan = 0.53, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 102 | 217 | 80 | - |
| CMYK | 0.53 | 0 | 0.63 | 0.15 |
| HSL | 110.37º | 0.64% | 0.58% | - |
| HSV(B) | 110.37º | 0.63% | 0.85% | - |
| XYZ | 31.74 | 53.03 | 16.15 | - |
| YUV | 167 | 78.9 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 217 | 80 | 0.53 | 0 | 0.63 | 0.15 | 110.37 | 0.64 | 0.58 |
| Hex | 66 | D9 | 50 | 35 | 0 | 3F | F | 6E | 40 | 3A |
| Octal | 146 | 331 | 120 | 65 | 0 | 77 | 17 | 156 | 100 | 72 |
| Binary | 1100110 | 11011001 | 1010000 | 110101 | 0 | 111111 | 1111 | 1101110 | 1000000 | 111010 |
Color Harmonies of #66D950
Complementary color
Monochromatic Colors of #66D950
Black with #66D950
Text Example
Text Example
White with #66D950
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66D950; }
p { color: rgb(102,217,80); }
H1.HeaderClassName
{
color: #66D950;
}
.AnyTagClassName
{
color: #66D950;
}
</style>
background-color css
<style>
a { background-color: #66D950; }
a { background-color: rgb(102,217,80); }
div.DivClassName
{
background-color: #66D950;
}
.BgClassName
{
background-color: #66D950;
}
</style>
border-color css
<style>
span { border-color: #66D950; }
span { border-color: rgb(102,217,80); }
td.TdClassName
{
border-color: #66D950;
}
.TagClassName
{
border-color: #66D950;
}
</style>