Shades of Bright Green #66E001
Tints of Bright Green #66E001
RGB
CMYK
RGB Variations
Color information
#66E001 (or 0x66E001) is known color: Bright Green. HEX triplet: 66, E0 and 01. RGB value is (102,224,1). Sum of RGB (Red+Green+Blue) = 102+224+1=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 224 (87.89% from 255 or 68.50% from 327); Blue value is 1 (0.78% from 255 or 0.31% from 327); Max value from RGB is 224 - color contains mainly: green. Hex color #66E001 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E001 is #991FFE. Grayscale: #A2A2A2. Windows color (decimal): -10035199 or 122982. OLE color: 122982.
HSL color Cylindrical-coordinate representation of color #66E001: hue angle of 92.83º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66E001 is Cyan = 0.54, Magento = 0, Yellow = 1.00 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 1 | - |
| CMYK | 0.54 | 0 | 1.00 | 0.12 |
| HSL | 92.83º | 0.99% | 0.44% | - |
| HSV(B) | 92.83º | 1% | 0.88% | - |
| XYZ | 32.14 | 56.14 | 9.17 | - |
| YUV | 162.1 | 37.08 | 85.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 1 | 0.54 | 0 | 1.00 | 0.12 | 92.83 | 0.99 | 0.44 |
| Hex | 66 | E0 | 1 | 36 | 0 | 64 | C | 5D | 63 | 2C |
| Octal | 146 | 340 | 1 | 66 | 0 | 144 | 14 | 135 | 143 | 54 |
| Binary | 1100110 | 11100000 | 1 | 110110 | 0 | 1100100 | 1100 | 1011101 | 1100011 | 101100 |
Color Harmonies of #66E001
Complementary color
Monochromatic Colors of #66E001
Black with #66E001
Text Example
Text Example
White with #66E001
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E001; }
p { color: rgb(102,224,1); }
H1.HeaderClassName
{
color: #66E001;
}
.AnyTagClassName
{
color: #66E001;
}
</style>
background-color css
<style>
a { background-color: #66E001; }
a { background-color: rgb(102,224,1); }
div.DivClassName
{
background-color: #66E001;
}
.BgClassName
{
background-color: #66E001;
}
</style>
border-color css
<style>
span { border-color: #66E001; }
span { border-color: rgb(102,224,1); }
td.TdClassName
{
border-color: #66E001;
}
.TagClassName
{
border-color: #66E001;
}
</style>