Shades of Bright Green #66FF28
Tints of Bright Green #66FF28
RGB
CMYK
RGB Variations
Color information
#66FF28 (or 0x66FF28) is known color: Bright Green. HEX triplet: 66, FF and 28. RGB value is (102,255,40). Sum of RGB (Red+Green+Blue) = 102+255+40=397 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.69% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 40 (16.02% from 255 or 10.08% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #66FF28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FF28 is #9900D7. Grayscale: #B9B9B9. Windows color (decimal): -10027224 or 2686822. OLE color: 2686822.
HSL color Cylindrical-coordinate representation of color #66FF28: hue angle of 102.7º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66FF28 is Cyan = 0.6, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 102 | 255 | 40 | - |
| CMYK | 0.6 | 0 | 0.84 | 0 |
| HSL | 102.7º | 1% | 0.58% | - |
| HSV(B) | 102.7º | 0.84% | 1% | - |
| XYZ | 41.62 | 74.5 | 14.19 | - |
| YUV | 184.74 | 46.31 | 68.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 255 | 40 | 0.6 | 0 | 0.84 | 0 | 102.7 | 1 | 0.58 |
| Hex | 66 | FF | 28 | 3C | 0 | 54 | 0 | 67 | 64 | 3A |
| Octal | 146 | 377 | 50 | 74 | 0 | 124 | 0 | 147 | 144 | 72 |
| Binary | 1100110 | 11111111 | 101000 | 111100 | 0 | 1010100 | 0 | 1100111 | 1100100 | 111010 |
Color Harmonies of #66FF28
Complementary color
Monochromatic Colors of #66FF28
Black with #66FF28
Text Example
Text Example
White with #66FF28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FF28; }
p { color: rgb(102,255,40); }
H1.HeaderClassName
{
color: #66FF28;
}
.AnyTagClassName
{
color: #66FF28;
}
</style>
background-color css
<style>
a { background-color: #66FF28; }
a { background-color: rgb(102,255,40); }
div.DivClassName
{
background-color: #66FF28;
}
.BgClassName
{
background-color: #66FF28;
}
</style>
border-color css
<style>
span { border-color: #66FF28; }
span { border-color: rgb(102,255,40); }
td.TdClassName
{
border-color: #66FF28;
}
.TagClassName
{
border-color: #66FF28;
}
</style>