Shades of Bright Green #66F908
Tints of Bright Green #66F908
RGB
CMYK
RGB Variations
Color information
#66F908 (or 0x66F908) is known color: Bright Green. HEX triplet: 66, F9 and 08. RGB value is (102,249,8). Sum of RGB (Red+Green+Blue) = 102+249+8=359 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.41% from 359); Green value is 249 (97.66% from 255 or 69.36% from 359); Blue value is 8 (3.52% from 255 or 2.23% from 359); Max value from RGB is 249 - color contains mainly: green. Hex color #66F908 is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #66F908 is #9906F7. Grayscale: #B2B2B2. Windows color (decimal): -10028792 or 588134. OLE color: 588134.
HSL color Cylindrical-coordinate representation of color #66F908: hue angle of 96.6º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #66F908 is Cyan = 0.59, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 102 | 249 | 8 | - |
| CMYK | 0.59 | 0 | 0.97 | 0.02 |
| HSL | 96.6º | 0.95% | 0.5% | - |
| HSV(B) | 96.6º | 0.97% | 0.98% | - |
| XYZ | 39.4 | 70.59 | 11.78 | - |
| YUV | 177.57 | 32.3 | 74.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 249 | 8 | 0.59 | 0 | 0.97 | 0.02 | 96.6 | 0.95 | 0.5 |
| Hex | 66 | F9 | 8 | 3B | 0 | 61 | 2 | 61 | 5F | 32 |
| Octal | 146 | 371 | 10 | 73 | 0 | 141 | 2 | 141 | 137 | 62 |
| Binary | 1100110 | 11111001 | 1000 | 111011 | 0 | 1100001 | 10 | 1100001 | 1011111 | 110010 |
Color Harmonies of #66F908
Complementary color
Monochromatic Colors of #66F908
Black with #66F908
Text Example
Text Example
White with #66F908
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F908; }
p { color: rgb(102,249,8); }
H1.HeaderClassName
{
color: #66F908;
}
.AnyTagClassName
{
color: #66F908;
}
</style>
background-color css
<style>
a { background-color: #66F908; }
a { background-color: rgb(102,249,8); }
div.DivClassName
{
background-color: #66F908;
}
.BgClassName
{
background-color: #66F908;
}
</style>
border-color css
<style>
span { border-color: #66F908; }
span { border-color: rgb(102,249,8); }
td.TdClassName
{
border-color: #66F908;
}
.TagClassName
{
border-color: #66F908;
}
</style>