Shades of Bright Green #66F706
Tints of Bright Green #66F706
RGB
CMYK
RGB Variations
Color information
#66F706 (or 0x66F706) is known color: Bright Green. HEX triplet: 66, F7 and 06. RGB value is (102,247,6). Sum of RGB (Red+Green+Blue) = 102+247+6=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 247 (96.88% from 255 or 69.58% from 355); Blue value is 6 (2.73% from 255 or 1.69% from 355); Max value from RGB is 247 - color contains mainly: green. Hex color #66F706 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F706 is #9908F9. Grayscale: #B0B0B0. Windows color (decimal): -10029306 or 456550. OLE color: 456550.
HSL color Cylindrical-coordinate representation of color #66F706: hue angle of 96.1º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66F706 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 247 | 6 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.03 |
| HSL | 96.1º | 0.95% | 0.5% | - |
| HSV(B) | 96.1º | 0.98% | 0.97% | - |
| XYZ | 38.77 | 69.36 | 11.52 | - |
| YUV | 176.17 | 31.96 | 75.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 247 | 6 | 0.59 | 0 | 0.98 | 0.03 | 96.1 | 0.95 | 0.5 |
| Hex | 66 | F7 | 6 | 3B | 0 | 62 | 3 | 60 | 5F | 32 |
| Octal | 146 | 367 | 6 | 73 | 0 | 142 | 3 | 140 | 137 | 62 |
| Binary | 1100110 | 11110111 | 110 | 111011 | 0 | 1100010 | 11 | 1100000 | 1011111 | 110010 |
Color Harmonies of #66F706
Complementary color
Monochromatic Colors of #66F706
Black with #66F706
Text Example
Text Example
White with #66F706
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F706; }
p { color: rgb(102,247,6); }
H1.HeaderClassName
{
color: #66F706;
}
.AnyTagClassName
{
color: #66F706;
}
</style>
background-color css
<style>
a { background-color: #66F706; }
a { background-color: rgb(102,247,6); }
div.DivClassName
{
background-color: #66F706;
}
.BgClassName
{
background-color: #66F706;
}
</style>
border-color css
<style>
span { border-color: #66F706; }
span { border-color: rgb(102,247,6); }
td.TdClassName
{
border-color: #66F706;
}
.TagClassName
{
border-color: #66F706;
}
</style>