Shades of Bright Green #66FF1F
Tints of Bright Green #66FF1F
RGB
CMYK
RGB Variations
Color information
#66FF1F (or 0x66FF1F) is known color: Bright Green. HEX triplet: 66, FF and 1F. RGB value is (102,255,31). Sum of RGB (Red+Green+Blue) = 102+255+31=388 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.29% from 388); Green value is 255 (100% from 255 or 65.72% from 388); Blue value is 31 (12.5% from 255 or 7.99% from 388); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF1F is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FF1F is #9900E0. Grayscale: #B8B8B8. Windows color (decimal): -10027233 or 2096998. OLE color: 2096998.
HSL color Cylindrical-coordinate representation of color #66FF1F: hue angle of 100.98º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #66FF1F is Cyan = 0.6, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 31 | - |
| CMYK | 0.6 | 0 | 0.88 | 0 |
| HSL | 100.98º | 1% | 0.56% | - |
| HSV(B) | 100.98º | 0.88% | 1% | - |
| XYZ | 41.49 | 74.44 | 13.48 | - |
| YUV | 183.72 | 41.81 | 69.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 31 | 0.6 | 0 | 0.88 | 0 | 100.98 | 1 | 0.56 |
| Hex | 66 | FF | 1F | 3C | 0 | 58 | 0 | 65 | 64 | 38 |
| Octal | 146 | 377 | 37 | 74 | 0 | 130 | 0 | 145 | 144 | 70 |
| Binary | 1100110 | 11111111 | 11111 | 111100 | 0 | 1011000 | 0 | 1100101 | 1100100 | 111000 |
Color Harmonies of #66FF1F
Complementary color
Monochromatic Colors of #66FF1F
Black with #66FF1F
Text Example
Text Example
White with #66FF1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF1F; }
p { color: rgb(102,255,31); }
H1.HeaderClassName
{
color: #66FF1F;
}
.AnyTagClassName
{
color: #66FF1F;
}
</style>
background-color css
<style>
a { background-color: #66FF1F; }
a { background-color: rgb(102,255,31); }
div.DivClassName
{
background-color: #66FF1F;
}
.BgClassName
{
background-color: #66FF1F;
}
</style>
border-color css
<style>
span { border-color: #66FF1F; }
span { border-color: rgb(102,255,31); }
td.TdClassName
{
border-color: #66FF1F;
}
.TagClassName
{
border-color: #66FF1F;
}
</style>