Shades of Bright Green #66ED00
Tints of Bright Green #66ED00
RGB
CMYK
RGB Variations
Color information
#66ED00 (or 0x66ED00) is known color: Bright Green. HEX triplet: 66, ED and 00. RGB value is (102,237,0). Sum of RGB (Red+Green+Blue) = 102+237+0=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 237 (92.97% from 255 or 69.91% from 339); Blue value is 0 (0.39% from 255 or 0% from 339); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED00 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66ED00 is #9912FF. Grayscale: #AAAAAA. Windows color (decimal): -10031872 or 60774. OLE color: 60774.
HSL color Cylindrical-coordinate representation of color #66ED00: hue angle of 94.18º degrees, saturation: 1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66ED00 is Cyan = 0.57, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 0 | - |
| CMYK | 0.57 | 0 | 1 | 0.07 |
| HSL | 94.18º | 1% | 0.46% | - |
| HSV(B) | 94.18º | 1% | 0.93% | - |
| XYZ | 35.76 | 63.39 | 10.35 | - |
| YUV | 169.62 | 32.27 | 79.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 0 | 0.57 | 0 | 1 | 0.07 | 94.18 | 1 | 0.46 |
| Hex | 66 | ED | 0 | 39 | 0 | 64 | 7 | 5E | 64 | 2E |
| Octal | 146 | 355 | 0 | 71 | 0 | 144 | 7 | 136 | 144 | 56 |
| Binary | 1100110 | 11101101 | 0 | 111001 | 0 | 1100100 | 111 | 1011110 | 1100100 | 101110 |
Color Harmonies of #66ED00
Complementary color
Monochromatic Colors of #66ED00
Black with #66ED00
Text Example
Text Example
White with #66ED00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ED00; }
p { color: rgb(102,237,0); }
H1.HeaderClassName
{
color: #66ED00;
}
.AnyTagClassName
{
color: #66ED00;
}
</style>
background-color css
<style>
a { background-color: #66ED00; }
a { background-color: rgb(102,237,0); }
div.DivClassName
{
background-color: #66ED00;
}
.BgClassName
{
background-color: #66ED00;
}
</style>
border-color css
<style>
span { border-color: #66ED00; }
span { border-color: rgb(102,237,0); }
td.TdClassName
{
border-color: #66ED00;
}
.TagClassName
{
border-color: #66ED00;
}
</style>