Shades of Bright Green #66F115
Tints of Bright Green #66F115
RGB
CMYK
RGB Variations
Color information
#66F115 (or 0x66F115) is known color: Bright Green. HEX triplet: 66, F1 and 15. RGB value is (102,241,21). Sum of RGB (Red+Green+Blue) = 102+241+21=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 241 (94.53% from 255 or 66.21% from 364); Blue value is 21 (8.59% from 255 or 5.77% from 364); Max value from RGB is 241 - color contains mainly: green. Hex color #66F115 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F115 is #990EEA. Grayscale: #AFAFAF. Windows color (decimal): -10030827 or 1438054. OLE color: 1438054.
HSL color Cylindrical-coordinate representation of color #66F115: hue angle of 97.91º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #66F115 is Cyan = 0.58, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 21 | - |
| CMYK | 0.58 | 0 | 0.91 | 0.05 |
| HSL | 97.91º | 0.89% | 0.51% | - |
| HSV(B) | 97.91º | 0.91% | 0.95% | - |
| XYZ | 37.07 | 65.79 | 11.45 | - |
| YUV | 174.36 | 41.45 | 76.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 21 | 0.58 | 0 | 0.91 | 0.05 | 97.91 | 0.89 | 0.51 |
| Hex | 66 | F1 | 15 | 3A | 0 | 5B | 5 | 62 | 59 | 33 |
| Octal | 146 | 361 | 25 | 72 | 0 | 133 | 5 | 142 | 131 | 63 |
| Binary | 1100110 | 11110001 | 10101 | 111010 | 0 | 1011011 | 101 | 1100010 | 1011001 | 110011 |
Color Harmonies of #66F115
Complementary color
Monochromatic Colors of #66F115
Black with #66F115
Text Example
Text Example
White with #66F115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F115; }
p { color: rgb(102,241,21); }
H1.HeaderClassName
{
color: #66F115;
}
.AnyTagClassName
{
color: #66F115;
}
</style>
background-color css
<style>
a { background-color: #66F115; }
a { background-color: rgb(102,241,21); }
div.DivClassName
{
background-color: #66F115;
}
.BgClassName
{
background-color: #66F115;
}
</style>
border-color css
<style>
span { border-color: #66F115; }
span { border-color: rgb(102,241,21); }
td.TdClassName
{
border-color: #66F115;
}
.TagClassName
{
border-color: #66F115;
}
</style>