Shades of Bright Green #66E11F
Tints of Bright Green #66E11F
RGB
CMYK
RGB Variations
Color information
#66E11F (or 0x66E11F) is known color: Bright Green. HEX triplet: 66, E1 and 1F. RGB value is (102,225,31). Sum of RGB (Red+Green+Blue) = 102+225+31=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 225 (88.28% from 255 or 62.85% from 358); Blue value is 31 (12.5% from 255 or 8.66% from 358); Max value from RGB is 225 - color contains mainly: green. Hex color #66E11F is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #66E11F is #991EE0. Grayscale: #A6A6A6. Windows color (decimal): -10034913 or 2089318. OLE color: 2089318.
HSL color Cylindrical-coordinate representation of color #66E11F: hue angle of 98.04º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #66E11F is Cyan = 0.55, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 102 | 225 | 31 | - |
| CMYK | 0.55 | 0 | 0.86 | 0.12 |
| HSL | 98.04º | 0.76% | 0.5% | - |
| HSV(B) | 98.04º | 0.86% | 0.88% | - |
| XYZ | 32.65 | 56.77 | 10.53 | - |
| YUV | 166.11 | 51.75 | 82.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 225 | 31 | 0.55 | 0 | 0.86 | 0.12 | 98.04 | 0.76 | 0.5 |
| Hex | 66 | E1 | 1F | 37 | 0 | 56 | C | 62 | 4C | 32 |
| Octal | 146 | 341 | 37 | 67 | 0 | 126 | 14 | 142 | 114 | 62 |
| Binary | 1100110 | 11100001 | 11111 | 110111 | 0 | 1010110 | 1100 | 1100010 | 1001100 | 110010 |
Color Harmonies of #66E11F
Complementary color
Monochromatic Colors of #66E11F
Black with #66E11F
Text Example
Text Example
White with #66E11F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66E11F; }
p { color: rgb(102,225,31); }
H1.HeaderClassName
{
color: #66E11F;
}
.AnyTagClassName
{
color: #66E11F;
}
</style>
background-color css
<style>
a { background-color: #66E11F; }
a { background-color: rgb(102,225,31); }
div.DivClassName
{
background-color: #66E11F;
}
.BgClassName
{
background-color: #66E11F;
}
</style>
border-color css
<style>
span { border-color: #66E11F; }
span { border-color: rgb(102,225,31); }
td.TdClassName
{
border-color: #66E11F;
}
.TagClassName
{
border-color: #66E11F;
}
</style>