Shades of Bright Green #66F828
Tints of Bright Green #66F828
RGB
CMYK
RGB Variations
Color information
#66F828 (or 0x66F828) is known color: Bright Green. HEX triplet: 66, F8 and 28. RGB value is (102,248,40). Sum of RGB (Red+Green+Blue) = 102+248+40=390 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.15% from 390); Green value is 248 (97.27% from 255 or 63.59% from 390); Blue value is 40 (16.02% from 255 or 10.26% from 390); Max value from RGB is 248 - color contains mainly: green. Hex color #66F828 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F828 is #9907D7. Grayscale: #B5B5B5. Windows color (decimal): -10029016 or 2685030. OLE color: 2685030.
HSL color Cylindrical-coordinate representation of color #66F828: hue angle of 102.12º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66F828 is Cyan = 0.59, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 248 | 40 | - |
| CMYK | 0.59 | 0 | 0.84 | 0.03 |
| HSL | 102.12º | 0.94% | 0.56% | - |
| HSV(B) | 102.12º | 0.84% | 0.97% | - |
| XYZ | 39.43 | 70.11 | 13.46 | - |
| YUV | 180.63 | 48.63 | 71.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 248 | 40 | 0.59 | 0 | 0.84 | 0.03 | 102.12 | 0.94 | 0.56 |
| Hex | 66 | F8 | 28 | 3B | 0 | 54 | 3 | 66 | 5E | 38 |
| Octal | 146 | 370 | 50 | 73 | 0 | 124 | 3 | 146 | 136 | 70 |
| Binary | 1100110 | 11111000 | 101000 | 111011 | 0 | 1010100 | 11 | 1100110 | 1011110 | 111000 |
Color Harmonies of #66F828
Complementary color
Monochromatic Colors of #66F828
Black with #66F828
Text Example
Text Example
White with #66F828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F828; }
p { color: rgb(102,248,40); }
H1.HeaderClassName
{
color: #66F828;
}
.AnyTagClassName
{
color: #66F828;
}
</style>
background-color css
<style>
a { background-color: #66F828; }
a { background-color: rgb(102,248,40); }
div.DivClassName
{
background-color: #66F828;
}
.BgClassName
{
background-color: #66F828;
}
</style>
border-color css
<style>
span { border-color: #66F828; }
span { border-color: rgb(102,248,40); }
td.TdClassName
{
border-color: #66F828;
}
.TagClassName
{
border-color: #66F828;
}
</style>