Shades of Bright Green #66E014
Tints of Bright Green #66E014
RGB
CMYK
RGB Variations
Color information
#66E014 (or 0x66E014) is known color: Bright Green. HEX triplet: 66, E0 and 14. RGB value is (102,224,20). Sum of RGB (Red+Green+Blue) = 102+224+20=346 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.48% from 346); Green value is 224 (87.89% from 255 or 64.74% from 346); Blue value is 20 (8.20% from 255 or 5.78% from 346); Max value from RGB is 224 - color contains mainly: green. Hex color #66E014 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #66E014 is #991FEB. Grayscale: #A4A4A4. Windows color (decimal): -10035180 or 1368166. OLE color: 1368166.
HSL color Cylindrical-coordinate representation of color #66E014: hue angle of 95.88º degrees, saturation: 0.84, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66E014 is Cyan = 0.54, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 20 | - |
| CMYK | 0.54 | 0 | 0.91 | 0.12 |
| HSL | 95.88º | 0.84% | 0.48% | - |
| HSV(B) | 95.88º | 0.91% | 0.88% | - |
| XYZ | 32.26 | 56.19 | 9.81 | - |
| YUV | 164.27 | 46.58 | 83.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 20 | 0.54 | 0 | 0.91 | 0.12 | 95.88 | 0.84 | 0.48 |
| Hex | 66 | E0 | 14 | 36 | 0 | 5B | C | 60 | 54 | 30 |
| Octal | 146 | 340 | 24 | 66 | 0 | 133 | 14 | 140 | 124 | 60 |
| Binary | 1100110 | 11100000 | 10100 | 110110 | 0 | 1011011 | 1100 | 1100000 | 1010100 | 110000 |
Color Harmonies of #66E014
Complementary color
Monochromatic Colors of #66E014
Black with #66E014
Text Example
Text Example
White with #66E014
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E014; }
p { color: rgb(102,224,20); }
H1.HeaderClassName
{
color: #66E014;
}
.AnyTagClassName
{
color: #66E014;
}
</style>
background-color css
<style>
a { background-color: #66E014; }
a { background-color: rgb(102,224,20); }
div.DivClassName
{
background-color: #66E014;
}
.BgClassName
{
background-color: #66E014;
}
</style>
border-color css
<style>
span { border-color: #66E014; }
span { border-color: rgb(102,224,20); }
td.TdClassName
{
border-color: #66E014;
}
.TagClassName
{
border-color: #66E014;
}
</style>