Shades of Bright Green #66F516
Tints of Bright Green #66F516
RGB
CMYK
RGB Variations
Color information
#66F516 (or 0x66F516) is known color: Bright Green. HEX triplet: 66, F5 and 16. RGB value is (102,245,22). Sum of RGB (Red+Green+Blue) = 102+245+22=369 (48% of max value = 765). Red value is 102 (40.23% from 255 or 27.64% from 369); Green value is 245 (96.09% from 255 or 66.40% from 369); Blue value is 22 (8.98% from 255 or 5.96% from 369); Max value from RGB is 245 - color contains mainly: green. Hex color #66F516 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F516 is #990AE9. Grayscale: #B1B1B1. Windows color (decimal): -10029802 or 1504614. OLE color: 1504614.
HSL color Cylindrical-coordinate representation of color #66F516: hue angle of 98.48º degrees, saturation: 0.92, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66F516 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 22 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.04 |
| HSL | 98.48º | 0.92% | 0.52% | - |
| HSV(B) | 98.48º | 0.91% | 0.96% | - |
| XYZ | 38.28 | 68.19 | 11.9 | - |
| YUV | 176.82 | 40.62 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 22 | 0.58 | 0 | 0.91 | 0.04 | 98.48 | 0.92 | 0.52 |
| Hex | 66 | F5 | 16 | 3A | 0 | 5B | 4 | 62 | 5C | 34 |
| Octal | 146 | 365 | 26 | 72 | 0 | 133 | 4 | 142 | 134 | 64 |
| Binary | 1100110 | 11110101 | 10110 | 111010 | 0 | 1011011 | 100 | 1100010 | 1011100 | 110100 |
Color Harmonies of #66F516
Complementary color
Monochromatic Colors of #66F516
Black with #66F516
Text Example
Text Example
White with #66F516
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F516; }
p { color: rgb(102,245,22); }
H1.HeaderClassName
{
color: #66F516;
}
.AnyTagClassName
{
color: #66F516;
}
</style>
background-color css
<style>
a { background-color: #66F516; }
a { background-color: rgb(102,245,22); }
div.DivClassName
{
background-color: #66F516;
}
.BgClassName
{
background-color: #66F516;
}
</style>
border-color css
<style>
span { border-color: #66F516; }
span { border-color: rgb(102,245,22); }
td.TdClassName
{
border-color: #66F516;
}
.TagClassName
{
border-color: #66F516;
}
</style>