Shades of Spring Green #28FF66
Tints of Spring Green #28FF66
RGB
CMYK
RGB Variations
Color information
#28FF66 (or 0x28FF66) is known color: Spring Green. HEX triplet: 28, FF and 66. RGB value is (40,255,102). Sum of RGB (Red+Green+Blue) = 40+255+102=397 (52% of max value = 765). Red value is 40 (16.02% from 255 or 10.08% from 397); Green value is 255 (100% from 255 or 64.23% from 397); Blue value is 102 (40.23% from 255 or 25.69% from 397); Max value from RGB is 255 - color contains mainly: green. Hex color #28FF66 is not a web safe color. Web safe color analog (approx): #33FF66. Inversed color of #28FF66 is #D70099. Grayscale: #ADADAD. Windows color (decimal): -14090394 or 6749992. OLE color: 6749992.
HSL color Cylindrical-coordinate representation of color #28FF66: hue angle of 137.3º 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 #28FF66 is Cyan = 0.84, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.
Color convert
| RGB | 40 | 255 | 102 | - |
| CMYK | 0.84 | 0 | 0.6 | 0 |
| HSL | 137.3º | 1% | 0.58% | - |
| HSV(B) | 137.3º | 0.84% | 1% | - |
| XYZ | 39.03 | 72.93 | 24.59 | - |
| YUV | 173.27 | 87.77 | 32.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 40 | 255 | 102 | 0.84 | 0 | 0.6 | 0 | 137.3 | 1 | 0.58 |
| Hex | 28 | FF | 66 | 54 | 0 | 3C | 0 | 89 | 64 | 3A |
| Octal | 50 | 377 | 146 | 124 | 0 | 74 | 0 | 211 | 144 | 72 |
| Binary | 101000 | 11111111 | 1100110 | 1010100 | 0 | 111100 | 0 | 10001001 | 1100100 | 111010 |
Color Harmonies of #28FF66
Complementary color
Monochromatic Colors of #28FF66
Black with #28FF66
Text Example
Text Example
White with #28FF66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #28FF66; }
p { color: rgb(40,255,102); }
H1.HeaderClassName
{
color: #28FF66;
}
.AnyTagClassName
{
color: #28FF66;
}
</style>
background-color css
<style>
a { background-color: #28FF66; }
a { background-color: rgb(40,255,102); }
div.DivClassName
{
background-color: #28FF66;
}
.BgClassName
{
background-color: #28FF66;
}
</style>
border-color css
<style>
span { border-color: #28FF66; }
span { border-color: rgb(40,255,102); }
td.TdClassName
{
border-color: #28FF66;
}
.TagClassName
{
border-color: #28FF66;
}
</style>