Shades of Laser Lemon #FBFF63
Tints of Laser Lemon #FBFF63
RGB
CMYK
RGB Variations
Color information
#FBFF63 (or 0xFBFF63) is known color: Laser Lemon. HEX triplet: FB, FF and 63. RGB value is (251,255,99). Sum of RGB (Red+Green+Blue) = 251+255+99=605 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.49% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 99 (39.06% from 255 or 16.36% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF63 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF63 is #04009C. Grayscale: #ECECEC. Windows color (decimal): -262301 or 6553595. OLE color: 6553595.
HSL color Cylindrical-coordinate representation of color #FBFF63: hue angle of 61.54º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBFF63 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 99 | - |
| CMYK | 0.02 | 0 | 0.61 | 0 |
| HSL | 61.54º | 1% | 0.69% | - |
| HSV(B) | 61.54º | 0.61% | 1% | - |
| XYZ | 77.8 | 92.93 | 25.64 | - |
| YUV | 236.02 | 50.67 | 138.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 99 | 0.02 | 0 | 0.61 | 0 | 61.54 | 1 | 0.69 |
| Hex | FB | FF | 63 | 2 | 0 | 3D | 0 | 3E | 64 | 45 |
| Octal | 373 | 377 | 143 | 2 | 0 | 75 | 0 | 76 | 144 | 105 |
| Binary | 11111011 | 11111111 | 1100011 | 10 | 0 | 111101 | 0 | 111110 | 1100100 | 1000101 |
Color Harmonies of #FBFF63
Complementary color
Monochromatic Colors of #FBFF63
Black with #FBFF63
Text Example
Text Example
White with #FBFF63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF63; }
p { color: rgb(251,255,99); }
H1.HeaderClassName
{
color: #FBFF63;
}
.AnyTagClassName
{
color: #FBFF63;
}
</style>
background-color css
<style>
a { background-color: #FBFF63; }
a { background-color: rgb(251,255,99); }
div.DivClassName
{
background-color: #FBFF63;
}
.BgClassName
{
background-color: #FBFF63;
}
</style>
border-color css
<style>
span { border-color: #FBFF63; }
span { border-color: rgb(251,255,99); }
td.TdClassName
{
border-color: #FBFF63;
}
.TagClassName
{
border-color: #FBFF63;
}
</style>