Shades of Bright Green #66FF00
Tints of Bright Green #66FF00
RGB
CMYK
RGB Variations
Color information
#66FF00 (or 0x66FF00) is known color: Bright Green. HEX triplet: 66, FF and 00. RGB value is (102,255,0). Sum of RGB (Red+Green+Blue) = 102+255+0=357 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.57% from 357); Green value is 255 (100% from 255 or 71.43% from 357); Blue value is 0 (0.39% from 255 or 0% from 357); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF00 is a web safe color. Inversed color of #66FF00 is #9900FF. Grayscale: #B5B5B5. Windows color (decimal): -10027264 or 65382. OLE color: 65382.
HSL color Cylindrical-coordinate representation of color #66FF00: hue angle of 96º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66FF00 is Cyan = 0.6, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 0 | - |
| CMYK | 0.6 | 0 | 1 | 0 |
| HSL | 96º | 1% | 0.5% | - |
| HSV(B) | 96º | 1% | 1% | - |
| XYZ | 41.24 | 74.34 | 12.18 | - |
| YUV | 180.18 | 26.31 | 72.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 0 | 0.6 | 0 | 1 | 0 | 96 | 1 | 0.5 |
| Hex | 66 | FF | 0 | 3C | 0 | 64 | 0 | 60 | 64 | 32 |
| Octal | 146 | 377 | 0 | 74 | 0 | 144 | 0 | 140 | 144 | 62 |
| Binary | 1100110 | 11111111 | 0 | 111100 | 0 | 1100100 | 0 | 1100000 | 1100100 | 110010 |
Color Harmonies of #66FF00
Complementary color
Monochromatic Colors of #66FF00
Black with #66FF00
Text Example
Text Example
White with #66FF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF00; }
p { color: rgb(102,255,0); }
H1.HeaderClassName
{
color: #66FF00;
}
.AnyTagClassName
{
color: #66FF00;
}
</style>
background-color css
<style>
a { background-color: #66FF00; }
a { background-color: rgb(102,255,0); }
div.DivClassName
{
background-color: #66FF00;
}
.BgClassName
{
background-color: #66FF00;
}
</style>
border-color css
<style>
span { border-color: #66FF00; }
span { border-color: rgb(102,255,0); }
td.TdClassName
{
border-color: #66FF00;
}
.TagClassName
{
border-color: #66FF00;
}
</style>