Shades of Bright Green #66F100
Tints of Bright Green #66F100
RGB
CMYK
RGB Variations
Color information
#66F100 (or 0x66F100) is known color: Bright Green. HEX triplet: 66, F1 and 00. RGB value is (102,241,0). Sum of RGB (Red+Green+Blue) = 102+241+0=343 (45% of max value = 765). Red value is 102 (40.23% from 255 or 29.74% from 343); Green value is 241 (94.53% from 255 or 70.26% from 343); Blue value is 0 (0.39% from 255 or 0% from 343); Max value from RGB is 241 - color contains mainly: green. Hex color #66F100 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F100 is #990EFF. Grayscale: #ACACAC. Windows color (decimal): -10030848 or 61798. OLE color: 61798.
HSL color Cylindrical-coordinate representation of color #66F100: hue angle of 94.61º degrees, saturation: 1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 1%. Process color model (Four color, CMYK) of #66F100 is Cyan = 0.58, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 102 | 241 | 0 | - |
| CMYK | 0.58 | 0 | 1 | 0.05 |
| HSL | 94.61º | 1% | 0.47% | - |
| HSV(B) | 94.61º | 1% | 0.95% | - |
| XYZ | 36.93 | 65.74 | 10.74 | - |
| YUV | 171.97 | 30.95 | 78.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 241 | 0 | 0.58 | 0 | 1 | 0.05 | 94.61 | 1 | 0.47 |
| Hex | 66 | F1 | 0 | 3A | 0 | 64 | 5 | 5F | 64 | 2F |
| Octal | 146 | 361 | 0 | 72 | 0 | 144 | 5 | 137 | 144 | 57 |
| Binary | 1100110 | 11110001 | 0 | 111010 | 0 | 1100100 | 101 | 1011111 | 1100100 | 101111 |
Color Harmonies of #66F100
Complementary color
Monochromatic Colors of #66F100
Black with #66F100
Text Example
Text Example
White with #66F100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F100; }
p { color: rgb(102,241,0); }
H1.HeaderClassName
{
color: #66F100;
}
.AnyTagClassName
{
color: #66F100;
}
</style>
background-color css
<style>
a { background-color: #66F100; }
a { background-color: rgb(102,241,0); }
div.DivClassName
{
background-color: #66F100;
}
.BgClassName
{
background-color: #66F100;
}
</style>
border-color css
<style>
span { border-color: #66F100; }
span { border-color: rgb(102,241,0); }
td.TdClassName
{
border-color: #66F100;
}
.TagClassName
{
border-color: #66F100;
}
</style>