Shades of Laser Lemon #FDFF76
Tints of Laser Lemon #FDFF76
RGB
CMYK
RGB Variations
Color information
#FDFF76 (or 0xFDFF76) is known color: Laser Lemon. HEX triplet: FD, FF and 76. RGB value is (253,255,118). Sum of RGB (Red+Green+Blue) = 253+255+118=626 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.42% from 626); Green value is 255 (100% from 255 or 40.73% from 626); Blue value is 118 (46.48% from 255 or 18.85% from 626); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF76 is #020089. Grayscale: #EFEFEF. Windows color (decimal): -131210 or 7798781. OLE color: 7798781.
HSL color Cylindrical-coordinate representation of color #FDFF76: hue angle of 60.88º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #FDFF76 is Cyan = 0.01, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 118 | - |
| CMYK | 0.01 | 0 | 0.54 | 0 |
| HSL | 60.88º | 1% | 0.73% | - |
| HSV(B) | 60.88º | 0.54% | 1% | - |
| XYZ | 79.54 | 93.71 | 31.04 | - |
| YUV | 238.78 | 59.84 | 138.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 118 | 0.01 | 0 | 0.54 | 0 | 60.88 | 1 | 0.73 |
| Hex | FD | FF | 76 | 1 | 0 | 36 | 0 | 3D | 64 | 49 |
| Octal | 375 | 377 | 166 | 1 | 0 | 66 | 0 | 75 | 144 | 111 |
| Binary | 11111101 | 11111111 | 1110110 | 1 | 0 | 110110 | 0 | 111101 | 1100100 | 1001001 |
Color Harmonies of #FDFF76
Complementary color
Monochromatic Colors of #FDFF76
Black with #FDFF76
Text Example
Text Example
White with #FDFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF76; }
p { color: rgb(253,255,118); }
H1.HeaderClassName
{
color: #FDFF76;
}
.AnyTagClassName
{
color: #FDFF76;
}
</style>
background-color css
<style>
a { background-color: #FDFF76; }
a { background-color: rgb(253,255,118); }
div.DivClassName
{
background-color: #FDFF76;
}
.BgClassName
{
background-color: #FDFF76;
}
</style>
border-color css
<style>
span { border-color: #FDFF76; }
span { border-color: rgb(253,255,118); }
td.TdClassName
{
border-color: #FDFF76;
}
.TagClassName
{
border-color: #FDFF76;
}
</style>