Shades of Bright Green #66FE00
Tints of Bright Green #66FE00
RGB
CMYK
RGB Variations
Color information
#66FE00 (or 0x66FE00) is known color: Bright Green. HEX triplet: 66, FE and 00. RGB value is (102,254,0). Sum of RGB (Red+Green+Blue) = 102+254+0=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 254 (99.61% from 255 or 71.35% from 356); Blue value is 0 (0.39% from 255 or 0% from 356); Max value from RGB is 254 - color contains mainly: green. Hex color #66FE00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66FE00 is #9901FF. Grayscale: #B4B4B4. Windows color (decimal): -10027520 or 65126. OLE color: 65126.
HSL color Cylindrical-coordinate representation of color #66FE00: hue angle of 95.91º 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 #66FE00 is Cyan = 0.60, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 0 | - |
| CMYK | 0.60 | 0 | 1 | 0.00 |
| HSL | 95.91º | 1% | 0.5% | - |
| HSV(B) | 95.91º | 1% | 1% | - |
| XYZ | 40.92 | 73.71 | 12.07 | - |
| YUV | 179.6 | 26.64 | 72.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 0 | 0.60 | 0 | 1 | 0.00 | 95.91 | 1 | 0.5 |
| Hex | 66 | FE | 0 | 3C | 0 | 64 | 0 | 60 | 64 | 32 |
| Octal | 146 | 376 | 0 | 74 | 0 | 144 | 0 | 140 | 144 | 62 |
| Binary | 1100110 | 11111110 | 0 | 111100 | 0 | 1100100 | 0 | 1100000 | 1100100 | 110010 |
Color Harmonies of #66FE00
Complementary color
Monochromatic Colors of #66FE00
Black with #66FE00
Text Example
Text Example
White with #66FE00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FE00; }
p { color: rgb(102,254,0); }
H1.HeaderClassName
{
color: #66FE00;
}
.AnyTagClassName
{
color: #66FE00;
}
</style>
background-color css
<style>
a { background-color: #66FE00; }
a { background-color: rgb(102,254,0); }
div.DivClassName
{
background-color: #66FE00;
}
.BgClassName
{
background-color: #66FE00;
}
</style>
border-color css
<style>
span { border-color: #66FE00; }
span { border-color: rgb(102,254,0); }
td.TdClassName
{
border-color: #66FE00;
}
.TagClassName
{
border-color: #66FE00;
}
</style>