Shades of Bright Green #66F010
Tints of Bright Green #66F010
RGB
CMYK
RGB Variations
Color information
#66F010 (or 0x66F010) is known color: Bright Green. HEX triplet: 66, F0 and 10. RGB value is (102,240,16). Sum of RGB (Red+Green+Blue) = 102+240+16=358 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.49% from 358); Green value is 240 (94.14% from 255 or 67.04% from 358); Blue value is 16 (6.64% from 255 or 4.47% from 358); Max value from RGB is 240 - color contains mainly: green. Hex color #66F010 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F010 is #990FEF. Grayscale: #ADADAD. Windows color (decimal): -10031088 or 1110118. OLE color: 1110118.
HSL color Cylindrical-coordinate representation of color #66F010: hue angle of 96.96º degrees, saturation: 0.88, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #66F010 is Cyan = 0.58, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 102 | 240 | 16 | - |
| CMYK | 0.58 | 0 | 0.93 | 0.06 |
| HSL | 96.96º | 0.88% | 0.5% | - |
| HSV(B) | 96.96º | 0.93% | 0.94% | - |
| XYZ | 36.73 | 65.18 | 11.14 | - |
| YUV | 173.2 | 39.28 | 77.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 240 | 16 | 0.58 | 0 | 0.93 | 0.06 | 96.96 | 0.88 | 0.5 |
| Hex | 66 | F0 | 10 | 3A | 0 | 5D | 6 | 61 | 58 | 32 |
| Octal | 146 | 360 | 20 | 72 | 0 | 135 | 6 | 141 | 130 | 62 |
| Binary | 1100110 | 11110000 | 10000 | 111010 | 0 | 1011101 | 110 | 1100001 | 1011000 | 110010 |
Color Harmonies of #66F010
Complementary color
Monochromatic Colors of #66F010
Black with #66F010
Text Example
Text Example
White with #66F010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F010; }
p { color: rgb(102,240,16); }
H1.HeaderClassName
{
color: #66F010;
}
.AnyTagClassName
{
color: #66F010;
}
</style>
background-color css
<style>
a { background-color: #66F010; }
a { background-color: rgb(102,240,16); }
div.DivClassName
{
background-color: #66F010;
}
.BgClassName
{
background-color: #66F010;
}
</style>
border-color css
<style>
span { border-color: #66F010; }
span { border-color: rgb(102,240,16); }
td.TdClassName
{
border-color: #66F010;
}
.TagClassName
{
border-color: #66F010;
}
</style>