Shades of Laser Lemon #FDFF70
Tints of Laser Lemon #FDFF70
RGB
CMYK
RGB Variations
Color information
#FDFF70 (or 0xFDFF70) is known color: Laser Lemon. HEX triplet: FD, FF and 70. RGB value is (253,255,112). Sum of RGB (Red+Green+Blue) = 253+255+112=620 (82% of max value = 765). Red value is 253 (99.22% from 255 or 40.81% from 620); Green value is 255 (100% from 255 or 41.13% from 620); Blue value is 112 (44.14% from 255 or 18.06% from 620); Max value from RGB is 255 - color contains mainly: green. Hex color #FDFF70 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FDFF70 is #02008F. Grayscale: #EEEEEE. Windows color (decimal): -131216 or 7405565. OLE color: 7405565.
HSL color Cylindrical-coordinate representation of color #FDFF70: hue angle of 60.84º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FDFF70 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.
Color convert
| RGB | 253 | 255 | 112 | - |
| CMYK | 0.01 | 0 | 0.56 | 0 |
| HSL | 60.84º | 1% | 0.72% | - |
| HSV(B) | 60.84º | 0.56% | 1% | - |
| XYZ | 79.19 | 93.57 | 29.22 | - |
| YUV | 238.1 | 56.84 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 255 | 112 | 0.01 | 0 | 0.56 | 0 | 60.84 | 1 | 0.72 |
| Hex | FD | FF | 70 | 1 | 0 | 38 | 0 | 3D | 64 | 48 |
| Octal | 375 | 377 | 160 | 1 | 0 | 70 | 0 | 75 | 144 | 110 |
| Binary | 11111101 | 11111111 | 1110000 | 1 | 0 | 111000 | 0 | 111101 | 1100100 | 1001000 |
Color Harmonies of #FDFF70
Complementary color
Monochromatic Colors of #FDFF70
Black with #FDFF70
Text Example
Text Example
White with #FDFF70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDFF70; }
p { color: rgb(253,255,112); }
H1.HeaderClassName
{
color: #FDFF70;
}
.AnyTagClassName
{
color: #FDFF70;
}
</style>
background-color css
<style>
a { background-color: #FDFF70; }
a { background-color: rgb(253,255,112); }
div.DivClassName
{
background-color: #FDFF70;
}
.BgClassName
{
background-color: #FDFF70;
}
</style>
border-color css
<style>
span { border-color: #FDFF70; }
span { border-color: rgb(253,255,112); }
td.TdClassName
{
border-color: #FDFF70;
}
.TagClassName
{
border-color: #FDFF70;
}
</style>