Shades of Bright Green #66FE08
Tints of Bright Green #66FE08
RGB
CMYK
RGB Variations
Color information
#66FE08 (or 0x66FE08) is known color: Bright Green. HEX triplet: 66, FE and 08. RGB value is (102,254,8). Sum of RGB (Red+Green+Blue) = 102+254+8=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 254 (99.61% from 255 or 69.78% from 364); Blue value is 8 (3.52% from 255 or 2.20% from 364); Max value from RGB is 254 - color contains mainly: green. Hex color #66FE08 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66FE08 is #9901F7. Grayscale: #B5B5B5. Windows color (decimal): -10027512 or 589414. OLE color: 589414.
HSL color Cylindrical-coordinate representation of color #66FE08: hue angle of 97.07º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66FE08 is Cyan = 0.60, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 8 | - |
| CMYK | 0.60 | 0 | 0.97 | 0.00 |
| HSL | 97.07º | 0.99% | 0.51% | - |
| HSV(B) | 97.07º | 0.97% | 1% | - |
| XYZ | 40.97 | 73.73 | 12.3 | - |
| YUV | 180.51 | 30.64 | 72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 8 | 0.60 | 0 | 0.97 | 0.00 | 97.07 | 0.99 | 0.51 |
| Hex | 66 | FE | 8 | 3C | 0 | 61 | 0 | 61 | 63 | 33 |
| Octal | 146 | 376 | 10 | 74 | 0 | 141 | 0 | 141 | 143 | 63 |
| Binary | 1100110 | 11111110 | 1000 | 111100 | 0 | 1100001 | 0 | 1100001 | 1100011 | 110011 |
Color Harmonies of #66FE08
Complementary color
Monochromatic Colors of #66FE08
Black with #66FE08
Text Example
Text Example
White with #66FE08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FE08; }
p { color: rgb(102,254,8); }
H1.HeaderClassName
{
color: #66FE08;
}
.AnyTagClassName
{
color: #66FE08;
}
</style>
background-color css
<style>
a { background-color: #66FE08; }
a { background-color: rgb(102,254,8); }
div.DivClassName
{
background-color: #66FE08;
}
.BgClassName
{
background-color: #66FE08;
}
</style>
border-color css
<style>
span { border-color: #66FE08; }
span { border-color: rgb(102,254,8); }
td.TdClassName
{
border-color: #66FE08;
}
.TagClassName
{
border-color: #66FE08;
}
</style>