Shades of Laser Lemon #FDFF51
Tints of Laser Lemon #FDFF51
RGB
CMYK
RGB Variations
Color information
#FDFF51 (or 0xFDFF51) is known color: Laser Lemon. HEX triplet: FD, FF and 51. RGB value is (253,255,81). Sum of RGB (Red+Green+Blue) = 253+255+81=589 (78% of max value = 765). Red value is 253 (99.22% from 255 or 42.95% from 589); Green value is 255 (100% from 255 or 43.29% from 589); Blue value is 81 (32.03% from 255 or 13.75% from 589); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF51 is #0200AE. Grayscale: #EBEBEB. Windows color (decimal): -131247 or 5373949. OLE color: 5373949.
HSL color Cylindrical-coordinate representation of color #FDFF51: hue angle of 60.69º degrees, saturation: 1, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #FDFF51 is Cyan = 0.01, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 81 | - |
| CMYK | 0.01 | 0 | 0.68 | 0 |
| HSL | 60.69º | 1% | 0.66% | - |
| HSV(B) | 60.69º | 0.68% | 1% | - |
| XYZ | 77.75 | 93 | 21.64 | - |
| YUV | 234.57 | 41.34 | 141.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 81 | 0.01 | 0 | 0.68 | 0 | 60.69 | 1 | 0.66 |
| Hex | FD | FF | 51 | 1 | 0 | 44 | 0 | 3D | 64 | 42 |
| Octal | 375 | 377 | 121 | 1 | 0 | 104 | 0 | 75 | 144 | 102 |
| Binary | 11111101 | 11111111 | 1010001 | 1 | 0 | 1000100 | 0 | 111101 | 1100100 | 1000010 |
Color Harmonies of #FDFF51
Complementary color
Monochromatic Colors of #FDFF51
Black with #FDFF51
Text Example
Text Example
White with #FDFF51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF51; }
p { color: rgb(253,255,81); }
H1.HeaderClassName
{
color: #FDFF51;
}
.AnyTagClassName
{
color: #FDFF51;
}
</style>
background-color css
<style>
a { background-color: #FDFF51; }
a { background-color: rgb(253,255,81); }
div.DivClassName
{
background-color: #FDFF51;
}
.BgClassName
{
background-color: #FDFF51;
}
</style>
border-color css
<style>
span { border-color: #FDFF51; }
span { border-color: rgb(253,255,81); }
td.TdClassName
{
border-color: #FDFF51;
}
.TagClassName
{
border-color: #FDFF51;
}
</style>