Shades of Laser Lemon #FFFF76
Tints of Laser Lemon #FFFF76
RGB
CMYK
RGB Variations
Color information
#FFFF76 (or 0xFFFF76) is known color: Laser Lemon. HEX triplet: FF, FF and 76. RGB value is (255,255,118). Sum of RGB (Red+Green+Blue) = 255+255+118=628 (83% of max value = 765). Red value is 255 (100% from 255 or 40.61% from 628); Green value is 255 (100% from 255 or 40.61% from 628); Blue value is 118 (46.48% from 255 or 18.79% from 628); Max value from RGB is 255 - color contains mainly: red, green. Hex color #FFFF76 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FFFF76 is #000089. Grayscale: #EFEFEF. Windows color (decimal): -138 or 7798783. OLE color: 7798783.
HSL color Cylindrical-coordinate representation of color #FFFF76: hue angle of 60º 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 #FFFF76 is Cyan = 0, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 255 | 118 | - |
| CMYK | 0 | 0 | 0.54 | 0 |
| HSL | 60º | 1% | 0.73% | - |
| HSV(B) | 60º | 0.54% | 1% | - |
| XYZ | 80.27 | 94.09 | 31.07 | - |
| YUV | 239.38 | 59.5 | 139.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 255 | 118 | 0 | 0 | 0.54 | 0 | 60 | 1 | 0.73 |
| Hex | FF | FF | 76 | 0 | 0 | 36 | 0 | 3C | 64 | 49 |
| Octal | 377 | 377 | 166 | 0 | 0 | 66 | 0 | 74 | 144 | 111 |
| Binary | 11111111 | 11111111 | 1110110 | 0 | 0 | 110110 | 0 | 111100 | 1100100 | 1001001 |
Color Harmonies of #FFFF76
Complementary color
Monochromatic Colors of #FFFF76
Black with #FFFF76
Text Example
Text Example
White with #FFFF76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFFF76; }
p { color: rgb(255,255,118); }
H1.HeaderClassName
{
color: #FFFF76;
}
.AnyTagClassName
{
color: #FFFF76;
}
</style>
background-color css
<style>
a { background-color: #FFFF76; }
a { background-color: rgb(255,255,118); }
div.DivClassName
{
background-color: #FFFF76;
}
.BgClassName
{
background-color: #FFFF76;
}
</style>
border-color css
<style>
span { border-color: #FFFF76; }
span { border-color: rgb(255,255,118); }
td.TdClassName
{
border-color: #FFFF76;
}
.TagClassName
{
border-color: #FFFF76;
}
</style>