Shades of Bright Green #66FE28
Tints of Bright Green #66FE28
RGB
CMYK
RGB Variations
Color information
#66FE28 (or 0x66FE28) is known color: Bright Green. HEX triplet: 66, FE and 28. RGB value is (102,254,40). Sum of RGB (Red+Green+Blue) = 102+254+40=396 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.76% from 396); Green value is 254 (99.61% from 255 or 64.14% from 396); Blue value is 40 (16.02% from 255 or 10.10% from 396); Max value from RGB is 254 - color contains mainly: green. Hex color #66FE28 is not a web safe color. Web safe color analog (approx): #66FF33. Inversed color of #66FE28 is #9901D7. Grayscale: #B8B8B8. Windows color (decimal): -10027480 or 2686566. OLE color: 2686566.
HSL color Cylindrical-coordinate representation of color #66FE28: hue angle of 102.62º degrees, saturation: 0.99, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #66FE28 is Cyan = 0.60, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 102 | 254 | 40 | - |
| CMYK | 0.60 | 0 | 0.84 | 0.00 |
| HSL | 102.62º | 0.99% | 0.58% | - |
| HSV(B) | 102.62º | 0.84% | 1% | - |
| XYZ | 41.3 | 73.86 | 14.09 | - |
| YUV | 184.16 | 46.64 | 69.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 254 | 40 | 0.60 | 0 | 0.84 | 0.00 | 102.62 | 0.99 | 0.58 |
| Hex | 66 | FE | 28 | 3C | 0 | 54 | 0 | 67 | 63 | 3A |
| Octal | 146 | 376 | 50 | 74 | 0 | 124 | 0 | 147 | 143 | 72 |
| Binary | 1100110 | 11111110 | 101000 | 111100 | 0 | 1010100 | 0 | 1100111 | 1100011 | 111010 |
Color Harmonies of #66FE28
Complementary color
Monochromatic Colors of #66FE28
Black with #66FE28
Text Example
Text Example
White with #66FE28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66FE28; }
p { color: rgb(102,254,40); }
H1.HeaderClassName
{
color: #66FE28;
}
.AnyTagClassName
{
color: #66FE28;
}
</style>
background-color css
<style>
a { background-color: #66FE28; }
a { background-color: rgb(102,254,40); }
div.DivClassName
{
background-color: #66FE28;
}
.BgClassName
{
background-color: #66FE28;
}
</style>
border-color css
<style>
span { border-color: #66FE28; }
span { border-color: rgb(102,254,40); }
td.TdClassName
{
border-color: #66FE28;
}
.TagClassName
{
border-color: #66FE28;
}
</style>