Shades of Bright Green #66F825
Tints of Bright Green #66F825
RGB
CMYK
RGB Variations
Color information
#66F825 (or 0x66F825) is known color: Bright Green. HEX triplet: 66, F8 and 25. RGB value is (102,248,37). Sum of RGB (Red+Green+Blue) = 102+248+37=387 (51% of max value = 765). Red value is 102 (40.23% from 255 or 26.36% from 387); Green value is 248 (97.27% from 255 or 64.08% from 387); Blue value is 37 (14.84% from 255 or 9.56% from 387); Max value from RGB is 248 - color contains mainly: green. Hex color #66F825 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66F825 is #9907DA. Grayscale: #B4B4B4. Windows color (decimal): -10029019 or 2488422. OLE color: 2488422.
HSL color Cylindrical-coordinate representation of color #66F825: hue angle of 101.52º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #66F825 is Cyan = 0.59, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 102 | 248 | 37 | - |
| CMYK | 0.59 | 0 | 0.85 | 0.03 |
| HSL | 101.52º | 0.94% | 0.56% | - |
| HSV(B) | 101.52º | 0.85% | 0.97% | - |
| XYZ | 39.38 | 70.09 | 13.2 | - |
| YUV | 180.29 | 47.13 | 72.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 248 | 37 | 0.59 | 0 | 0.85 | 0.03 | 101.52 | 0.94 | 0.56 |
| Hex | 66 | F8 | 25 | 3B | 0 | 55 | 3 | 66 | 5E | 38 |
| Octal | 146 | 370 | 45 | 73 | 0 | 125 | 3 | 146 | 136 | 70 |
| Binary | 1100110 | 11111000 | 100101 | 111011 | 0 | 1010101 | 11 | 1100110 | 1011110 | 111000 |
Color Harmonies of #66F825
Complementary color
Monochromatic Colors of #66F825
Black with #66F825
Text Example
Text Example
White with #66F825
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66F825; }
p { color: rgb(102,248,37); }
H1.HeaderClassName
{
color: #66F825;
}
.AnyTagClassName
{
color: #66F825;
}
</style>
background-color css
<style>
a { background-color: #66F825; }
a { background-color: rgb(102,248,37); }
div.DivClassName
{
background-color: #66F825;
}
.BgClassName
{
background-color: #66F825;
}
</style>
border-color css
<style>
span { border-color: #66F825; }
span { border-color: rgb(102,248,37); }
td.TdClassName
{
border-color: #66F825;
}
.TagClassName
{
border-color: #66F825;
}
</style>