Shades of Bright Green #66FF06
Tints of Bright Green #66FF06
RGB
CMYK
RGB Variations
Color information
#66FF06 (or 0x66FF06) is known color: Bright Green. HEX triplet: 66, FF and 06. RGB value is (102,255,6). Sum of RGB (Red+Green+Blue) = 102+255+6=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 255 (100% from 255 or 70.25% from 363); Blue value is 6 (2.73% from 255 or 1.65% from 363); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF06 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66FF06 is #9900F9. Grayscale: #B5B5B5. Windows color (decimal): -10027258 or 458598. OLE color: 458598.
HSL color Cylindrical-coordinate representation of color #66FF06: hue angle of 96.87º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66FF06 is Cyan = 0.6, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 6 | - |
| CMYK | 0.6 | 0 | 0.98 | 0 |
| HSL | 96.87º | 1% | 0.51% | - |
| HSV(B) | 96.87º | 0.98% | 1% | - |
| XYZ | 41.27 | 74.36 | 12.35 | - |
| YUV | 180.87 | 29.31 | 71.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 6 | 0.6 | 0 | 0.98 | 0 | 96.87 | 1 | 0.51 |
| Hex | 66 | FF | 6 | 3C | 0 | 62 | 0 | 61 | 64 | 33 |
| Octal | 146 | 377 | 6 | 74 | 0 | 142 | 0 | 141 | 144 | 63 |
| Binary | 1100110 | 11111111 | 110 | 111100 | 0 | 1100010 | 0 | 1100001 | 1100100 | 110011 |
Color Harmonies of #66FF06
Complementary color
Monochromatic Colors of #66FF06
Black with #66FF06
Text Example
Text Example
White with #66FF06
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF06; }
p { color: rgb(102,255,6); }
H1.HeaderClassName
{
color: #66FF06;
}
.AnyTagClassName
{
color: #66FF06;
}
</style>
background-color css
<style>
a { background-color: #66FF06; }
a { background-color: rgb(102,255,6); }
div.DivClassName
{
background-color: #66FF06;
}
.BgClassName
{
background-color: #66FF06;
}
</style>
border-color css
<style>
span { border-color: #66FF06; }
span { border-color: rgb(102,255,6); }
td.TdClassName
{
border-color: #66FF06;
}
.TagClassName
{
border-color: #66FF06;
}
</style>