Shades of Bright Green #66EF0A
Tints of Bright Green #66EF0A
RGB
CMYK
RGB Variations
Color information
#66EF0A (or 0x66EF0A) is known color: Bright Green. HEX triplet: 66, EF and 0A. RGB value is (102,239,10). Sum of RGB (Red+Green+Blue) = 102+239+10=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 239 (93.75% from 255 or 68.09% from 351); Blue value is 10 (4.30% from 255 or 2.85% from 351); Max value from RGB is 239 - color contains mainly: green. Hex color #66EF0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66EF0A is #9910F5. Grayscale: #ACACAC. Windows color (decimal): -10031350 or 716646. OLE color: 716646.
HSL color Cylindrical-coordinate representation of color #66EF0A: hue angle of 95.9º degrees, saturation: 0.92, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #66EF0A is Cyan = 0.57, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 239 | 10 | - |
| CMYK | 0.57 | 0 | 0.96 | 0.06 |
| HSL | 95.9º | 0.92% | 0.49% | - |
| HSV(B) | 95.9º | 0.96% | 0.94% | - |
| XYZ | 36.4 | 64.58 | 10.83 | - |
| YUV | 171.93 | 36.61 | 78.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 239 | 10 | 0.57 | 0 | 0.96 | 0.06 | 95.9 | 0.92 | 0.49 |
| Hex | 66 | EF | A | 39 | 0 | 60 | 6 | 60 | 5C | 31 |
| Octal | 146 | 357 | 12 | 71 | 0 | 140 | 6 | 140 | 134 | 61 |
| Binary | 1100110 | 11101111 | 1010 | 111001 | 0 | 1100000 | 110 | 1100000 | 1011100 | 110001 |
Color Harmonies of #66EF0A
Complementary color
Monochromatic Colors of #66EF0A
Black with #66EF0A
Text Example
Text Example
White with #66EF0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66EF0A; }
p { color: rgb(102,239,10); }
H1.HeaderClassName
{
color: #66EF0A;
}
.AnyTagClassName
{
color: #66EF0A;
}
</style>
background-color css
<style>
a { background-color: #66EF0A; }
a { background-color: rgb(102,239,10); }
div.DivClassName
{
background-color: #66EF0A;
}
.BgClassName
{
background-color: #66EF0A;
}
</style>
border-color css
<style>
span { border-color: #66EF0A; }
span { border-color: rgb(102,239,10); }
td.TdClassName
{
border-color: #66EF0A;
}
.TagClassName
{
border-color: #66EF0A;
}
</style>