Shades of Bright Green #66F80A
Tints of Bright Green #66F80A
RGB
CMYK
RGB Variations
Color information
#66F80A (or 0x66F80A) is known color: Bright Green. HEX triplet: 66, F8 and 0A. RGB value is (102,248,10). Sum of RGB (Red+Green+Blue) = 102+248+10=360 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.33% from 360); Green value is 248 (97.27% from 255 or 68.89% from 360); Blue value is 10 (4.30% from 255 or 2.78% from 360); Max value from RGB is 248 - color contains mainly: green. Hex color #66F80A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F80A is #9907F5. Grayscale: #B2B2B2. Windows color (decimal): -10029046 or 718950. OLE color: 718950.
HSL color Cylindrical-coordinate representation of color #66F80A: hue angle of 96.81º degrees, saturation: 0.94, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66F80A is Cyan = 0.59, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 248 | 10 | - |
| CMYK | 0.59 | 0 | 0.96 | 0.03 |
| HSL | 96.81º | 0.94% | 0.51% | - |
| HSV(B) | 96.81º | 0.96% | 0.97% | - |
| XYZ | 39.1 | 69.98 | 11.73 | - |
| YUV | 177.21 | 33.63 | 74.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 248 | 10 | 0.59 | 0 | 0.96 | 0.03 | 96.81 | 0.94 | 0.51 |
| Hex | 66 | F8 | A | 3B | 0 | 60 | 3 | 61 | 5E | 33 |
| Octal | 146 | 370 | 12 | 73 | 0 | 140 | 3 | 141 | 136 | 63 |
| Binary | 1100110 | 11111000 | 1010 | 111011 | 0 | 1100000 | 11 | 1100001 | 1011110 | 110011 |
Color Harmonies of #66F80A
Complementary color
Monochromatic Colors of #66F80A
Black with #66F80A
Text Example
Text Example
White with #66F80A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F80A; }
p { color: rgb(102,248,10); }
H1.HeaderClassName
{
color: #66F80A;
}
.AnyTagClassName
{
color: #66F80A;
}
</style>
background-color css
<style>
a { background-color: #66F80A; }
a { background-color: rgb(102,248,10); }
div.DivClassName
{
background-color: #66F80A;
}
.BgClassName
{
background-color: #66F80A;
}
</style>
border-color css
<style>
span { border-color: #66F80A; }
span { border-color: rgb(102,248,10); }
td.TdClassName
{
border-color: #66F80A;
}
.TagClassName
{
border-color: #66F80A;
}
</style>