Shades of Bright Green #66E01D
Tints of Bright Green #66E01D
RGB
CMYK
RGB Variations
Color information
#66E01D (or 0x66E01D) is known color: Bright Green. HEX triplet: 66, E0 and 1D. RGB value is (102,224,29). Sum of RGB (Red+Green+Blue) = 102+224+29=355 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.73% from 355); Green value is 224 (87.89% from 255 or 63.10% from 355); Blue value is 29 (11.72% from 255 or 8.17% from 355); Max value from RGB is 224 - color contains mainly: green. Hex color #66E01D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E01D is #991FE2. Grayscale: #A5A5A5. Windows color (decimal): -10035171 or 1957990. OLE color: 1957990.
HSL color Cylindrical-coordinate representation of color #66E01D: hue angle of 97.54º degrees, saturation: 0.77, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #66E01D is Cyan = 0.54, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 224 | 29 | - |
| CMYK | 0.54 | 0 | 0.87 | 0.12 |
| HSL | 97.54º | 0.77% | 0.5% | - |
| HSV(B) | 97.54º | 0.87% | 0.88% | - |
| XYZ | 32.36 | 56.22 | 10.31 | - |
| YUV | 165.29 | 51.08 | 82.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 224 | 29 | 0.54 | 0 | 0.87 | 0.12 | 97.54 | 0.77 | 0.5 |
| Hex | 66 | E0 | 1D | 36 | 0 | 57 | C | 62 | 4D | 32 |
| Octal | 146 | 340 | 35 | 66 | 0 | 127 | 14 | 142 | 115 | 62 |
| Binary | 1100110 | 11100000 | 11101 | 110110 | 0 | 1010111 | 1100 | 1100010 | 1001101 | 110010 |
Color Harmonies of #66E01D
Complementary color
Monochromatic Colors of #66E01D
Black with #66E01D
Text Example
Text Example
White with #66E01D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E01D; }
p { color: rgb(102,224,29); }
H1.HeaderClassName
{
color: #66E01D;
}
.AnyTagClassName
{
color: #66E01D;
}
</style>
background-color css
<style>
a { background-color: #66E01D; }
a { background-color: rgb(102,224,29); }
div.DivClassName
{
background-color: #66E01D;
}
.BgClassName
{
background-color: #66E01D;
}
</style>
border-color css
<style>
span { border-color: #66E01D; }
span { border-color: rgb(102,224,29); }
td.TdClassName
{
border-color: #66E01D;
}
.TagClassName
{
border-color: #66E01D;
}
</style>