Shades of Bright Green #66ED11
Tints of Bright Green #66ED11
RGB
CMYK
RGB Variations
Color information
#66ED11 (or 0x66ED11) is known color: Bright Green. HEX triplet: 66, ED and 11. RGB value is (102,237,17). Sum of RGB (Red+Green+Blue) = 102+237+17=356 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.65% from 356); Green value is 237 (92.97% from 255 or 66.57% from 356); Blue value is 17 (7.03% from 255 or 4.78% from 356); Max value from RGB is 237 - color contains mainly: green. Hex color #66ED11 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66ED11 is #9912EE. Grayscale: #ACACAC. Windows color (decimal): -10031855 or 1174886. OLE color: 1174886.
HSL color Cylindrical-coordinate representation of color #66ED11: hue angle of 96.82º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66ED11 is Cyan = 0.57, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 102 | 237 | 17 | - |
| CMYK | 0.57 | 0 | 0.93 | 0.07 |
| HSL | 96.82º | 0.87% | 0.5% | - |
| HSV(B) | 96.82º | 0.93% | 0.93% | - |
| XYZ | 35.86 | 63.43 | 10.88 | - |
| YUV | 171.56 | 40.77 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 237 | 17 | 0.57 | 0 | 0.93 | 0.07 | 96.82 | 0.87 | 0.5 |
| Hex | 66 | ED | 11 | 39 | 0 | 5D | 7 | 61 | 57 | 32 |
| Octal | 146 | 355 | 21 | 71 | 0 | 135 | 7 | 141 | 127 | 62 |
| Binary | 1100110 | 11101101 | 10001 | 111001 | 0 | 1011101 | 111 | 1100001 | 1010111 | 110010 |
Color Harmonies of #66ED11
Complementary color
Monochromatic Colors of #66ED11
Black with #66ED11
Text Example
Text Example
White with #66ED11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66ED11; }
p { color: rgb(102,237,17); }
H1.HeaderClassName
{
color: #66ED11;
}
.AnyTagClassName
{
color: #66ED11;
}
</style>
background-color css
<style>
a { background-color: #66ED11; }
a { background-color: rgb(102,237,17); }
div.DivClassName
{
background-color: #66ED11;
}
.BgClassName
{
background-color: #66ED11;
}
</style>
border-color css
<style>
span { border-color: #66ED11; }
span { border-color: rgb(102,237,17); }
td.TdClassName
{
border-color: #66ED11;
}
.TagClassName
{
border-color: #66ED11;
}
</style>