Shades of Bright Green #66F504
Tints of Bright Green #66F504
RGB
CMYK
RGB Variations
Color information
#66F504 (or 0x66F504) is known color: Bright Green. HEX triplet: 66, F5 and 04. RGB value is (102,245,4). Sum of RGB (Red+Green+Blue) = 102+245+4=351 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.06% from 351); Green value is 245 (96.09% from 255 or 69.80% from 351); Blue value is 4 (1.95% from 255 or 1.14% from 351); Max value from RGB is 245 - color contains mainly: green. Hex color #66F504 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F504 is #990AFB. Grayscale: #AFAFAF. Windows color (decimal): -10029820 or 324966. OLE color: 324966.
HSL color Cylindrical-coordinate representation of color #66F504: hue angle of 95.6º degrees, saturation: 0.97, 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 #66F504 is Cyan = 0.58, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 102 | 245 | 4 | - |
| CMYK | 0.58 | 0 | 0.98 | 0.04 |
| HSL | 95.6º | 0.97% | 0.49% | - |
| HSV(B) | 95.6º | 0.98% | 0.96% | - |
| XYZ | 38.15 | 68.14 | 11.26 | - |
| YUV | 174.77 | 31.62 | 76.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 245 | 4 | 0.58 | 0 | 0.98 | 0.04 | 95.6 | 0.97 | 0.49 |
| Hex | 66 | F5 | 4 | 3A | 0 | 62 | 4 | 60 | 61 | 31 |
| Octal | 146 | 365 | 4 | 72 | 0 | 142 | 4 | 140 | 141 | 61 |
| Binary | 1100110 | 11110101 | 100 | 111010 | 0 | 1100010 | 100 | 1100000 | 1100001 | 110001 |
Color Harmonies of #66F504
Complementary color
Monochromatic Colors of #66F504
Black with #66F504
Text Example
Text Example
White with #66F504
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F504; }
p { color: rgb(102,245,4); }
H1.HeaderClassName
{
color: #66F504;
}
.AnyTagClassName
{
color: #66F504;
}
</style>
background-color css
<style>
a { background-color: #66F504; }
a { background-color: rgb(102,245,4); }
div.DivClassName
{
background-color: #66F504;
}
.BgClassName
{
background-color: #66F504;
}
</style>
border-color css
<style>
span { border-color: #66F504; }
span { border-color: rgb(102,245,4); }
td.TdClassName
{
border-color: #66F504;
}
.TagClassName
{
border-color: #66F504;
}
</style>