Shades of Bright Green #66E322
Tints of Bright Green #66E322
RGB
CMYK
RGB Variations
Color information
#66E322 (or 0x66E322) is known color: Bright Green. HEX triplet: 66, E3 and 22. RGB value is (102,227,34). Sum of RGB (Red+Green+Blue) = 102+227+34=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 227 (89.06% from 255 or 62.53% from 363); Blue value is 34 (13.67% from 255 or 9.37% from 363); Max value from RGB is 227 - color contains mainly: green. Hex color #66E322 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E322 is #991CDD. Grayscale: #A8A8A8. Windows color (decimal): -10034398 or 2286438. OLE color: 2286438.
HSL color Cylindrical-coordinate representation of color #66E322: hue angle of 98.86º degrees, saturation: 0.78, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66E322 is Cyan = 0.55, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 102 | 227 | 34 | - |
| CMYK | 0.55 | 0 | 0.85 | 0.11 |
| HSL | 98.86º | 0.78% | 0.51% | - |
| HSV(B) | 98.86º | 0.85% | 0.89% | - |
| XYZ | 33.24 | 57.88 | 10.93 | - |
| YUV | 167.62 | 52.59 | 81.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 227 | 34 | 0.55 | 0 | 0.85 | 0.11 | 98.86 | 0.78 | 0.51 |
| Hex | 66 | E3 | 22 | 37 | 0 | 55 | B | 63 | 4E | 33 |
| Octal | 146 | 343 | 42 | 67 | 0 | 125 | 13 | 143 | 116 | 63 |
| Binary | 1100110 | 11100011 | 100010 | 110111 | 0 | 1010101 | 1011 | 1100011 | 1001110 | 110011 |
Color Harmonies of #66E322
Complementary color
Monochromatic Colors of #66E322
Black with #66E322
Text Example
Text Example
White with #66E322
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E322; }
p { color: rgb(102,227,34); }
H1.HeaderClassName
{
color: #66E322;
}
.AnyTagClassName
{
color: #66E322;
}
</style>
background-color css
<style>
a { background-color: #66E322; }
a { background-color: rgb(102,227,34); }
div.DivClassName
{
background-color: #66E322;
}
.BgClassName
{
background-color: #66E322;
}
</style>
border-color css
<style>
span { border-color: #66E322; }
span { border-color: rgb(102,227,34); }
td.TdClassName
{
border-color: #66E322;
}
.TagClassName
{
border-color: #66E322;
}
</style>