Shades of Laser Lemon #FBFF68
Tints of Laser Lemon #FBFF68
RGB
CMYK
RGB Variations
Color information
#FBFF68 (or 0xFBFF68) is known color: Laser Lemon. HEX triplet: FB, FF and 68. RGB value is (251,255,104). Sum of RGB (Red+Green+Blue) = 251+255+104=610 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.15% from 610); Green value is 255 (100% from 255 or 41.80% from 610); Blue value is 104 (41.02% from 255 or 17.05% from 610); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF68 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF68 is #040097. Grayscale: #EDEDED. Windows color (decimal): -262296 or 6881275. OLE color: 6881275.
HSL color Cylindrical-coordinate representation of color #FBFF68: hue angle of 61.59º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #FBFF68 is Cyan = 0.02, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 104 | - |
| CMYK | 0.02 | 0 | 0.59 | 0 |
| HSL | 61.59º | 1% | 0.7% | - |
| HSV(B) | 61.59º | 0.59% | 1% | - |
| XYZ | 78.04 | 93.03 | 26.94 | - |
| YUV | 236.59 | 53.17 | 138.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 104 | 0.02 | 0 | 0.59 | 0 | 61.59 | 1 | 0.7 |
| Hex | FB | FF | 68 | 2 | 0 | 3B | 0 | 3E | 64 | 46 |
| Octal | 373 | 377 | 150 | 2 | 0 | 73 | 0 | 76 | 144 | 106 |
| Binary | 11111011 | 11111111 | 1101000 | 10 | 0 | 111011 | 0 | 111110 | 1100100 | 1000110 |
Color Harmonies of #FBFF68
Complementary color
Monochromatic Colors of #FBFF68
Black with #FBFF68
Text Example
Text Example
White with #FBFF68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF68; }
p { color: rgb(251,255,104); }
H1.HeaderClassName
{
color: #FBFF68;
}
.AnyTagClassName
{
color: #FBFF68;
}
</style>
background-color css
<style>
a { background-color: #FBFF68; }
a { background-color: rgb(251,255,104); }
div.DivClassName
{
background-color: #FBFF68;
}
.BgClassName
{
background-color: #FBFF68;
}
</style>
border-color css
<style>
span { border-color: #FBFF68; }
span { border-color: rgb(251,255,104); }
td.TdClassName
{
border-color: #FBFF68;
}
.TagClassName
{
border-color: #FBFF68;
}
</style>