Shades of Bright Green #66F605
Tints of Bright Green #66F605
RGB
CMYK
RGB Variations
Color information
#66F605 (or 0x66F605) is known color: Bright Green. HEX triplet: 66, F6 and 05. RGB value is (102,246,5). Sum of RGB (Red+Green+Blue) = 102+246+5=353 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.90% from 353); Green value is 246 (96.48% from 255 or 69.69% from 353); Blue value is 5 (2.34% from 255 or 1.42% from 353); Max value from RGB is 246 - color contains mainly: green. Hex color #66F605 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F605 is #9909FA. Grayscale: #B0B0B0. Windows color (decimal): -10029563 or 390758. OLE color: 390758.
HSL color Cylindrical-coordinate representation of color #66F605: hue angle of 95.85º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #66F605 is Cyan = 0.59, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 246 | 5 | - |
| CMYK | 0.59 | 0 | 0.98 | 0.04 |
| HSL | 95.85º | 0.96% | 0.49% | - |
| HSV(B) | 95.85º | 0.98% | 0.96% | - |
| XYZ | 38.46 | 68.75 | 11.39 | - |
| YUV | 175.47 | 31.79 | 75.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 246 | 5 | 0.59 | 0 | 0.98 | 0.04 | 95.85 | 0.96 | 0.49 |
| Hex | 66 | F6 | 5 | 3B | 0 | 62 | 4 | 60 | 60 | 31 |
| Octal | 146 | 366 | 5 | 73 | 0 | 142 | 4 | 140 | 140 | 61 |
| Binary | 1100110 | 11110110 | 101 | 111011 | 0 | 1100010 | 100 | 1100000 | 1100000 | 110001 |
Color Harmonies of #66F605
Complementary color
Monochromatic Colors of #66F605
Black with #66F605
Text Example
Text Example
White with #66F605
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F605; }
p { color: rgb(102,246,5); }
H1.HeaderClassName
{
color: #66F605;
}
.AnyTagClassName
{
color: #66F605;
}
</style>
background-color css
<style>
a { background-color: #66F605; }
a { background-color: rgb(102,246,5); }
div.DivClassName
{
background-color: #66F605;
}
.BgClassName
{
background-color: #66F605;
}
</style>
border-color css
<style>
span { border-color: #66F605; }
span { border-color: rgb(102,246,5); }
td.TdClassName
{
border-color: #66F605;
}
.TagClassName
{
border-color: #66F605;
}
</style>