Shades of Laser Lemon #FBFF64
Tints of Laser Lemon #FBFF64
RGB
CMYK
RGB Variations
Color information
#FBFF64 (or 0xFBFF64) is known color: Laser Lemon. HEX triplet: FB, FF and 64. RGB value is (251,255,100). Sum of RGB (Red+Green+Blue) = 251+255+100=606 (80% of max value = 765). Red value is 251 (98.44% from 255 or 41.42% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 100 (39.45% from 255 or 16.50% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #FBFF64 is #04009B. Grayscale: #ECECEC. Windows color (decimal): -262300 or 6619131. OLE color: 6619131.
HSL color Cylindrical-coordinate representation of color #FBFF64: hue angle of 61.55º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #FBFF64 is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 100 | - |
| CMYK | 0.02 | 0 | 0.61 | 0 |
| HSL | 61.55º | 1% | 0.7% | - |
| HSV(B) | 61.55º | 0.61% | 1% | - |
| XYZ | 77.84 | 92.95 | 25.89 | - |
| YUV | 236.13 | 51.17 | 138.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 100 | 0.02 | 0 | 0.61 | 0 | 61.55 | 1 | 0.7 |
| Hex | FB | FF | 64 | 2 | 0 | 3D | 0 | 3E | 64 | 46 |
| Octal | 373 | 377 | 144 | 2 | 0 | 75 | 0 | 76 | 144 | 106 |
| Binary | 11111011 | 11111111 | 1100100 | 10 | 0 | 111101 | 0 | 111110 | 1100100 | 1000110 |
Color Harmonies of #FBFF64
Complementary color
Monochromatic Colors of #FBFF64
Black with #FBFF64
Text Example
Text Example
White with #FBFF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF64; }
p { color: rgb(251,255,100); }
H1.HeaderClassName
{
color: #FBFF64;
}
.AnyTagClassName
{
color: #FBFF64;
}
</style>
background-color css
<style>
a { background-color: #FBFF64; }
a { background-color: rgb(251,255,100); }
div.DivClassName
{
background-color: #FBFF64;
}
.BgClassName
{
background-color: #FBFF64;
}
</style>
border-color css
<style>
span { border-color: #FBFF64; }
span { border-color: rgb(251,255,100); }
td.TdClassName
{
border-color: #FBFF64;
}
.TagClassName
{
border-color: #FBFF64;
}
</style>