Shades of Lemon #FBFF27
Tints of Lemon #FBFF27
RGB
CMYK
RGB Variations
Color information
#FBFF27 (or 0xFBFF27) is known color: Lemon. HEX triplet: FB, FF and 27. RGB value is (251,255,39). Sum of RGB (Red+Green+Blue) = 251+255+39=545 (72% of max value = 765). Red value is 251 (98.44% from 255 or 46.06% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 39 (15.62% from 255 or 7.16% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF27 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #FBFF27 is #0400D8. Grayscale: #E6E6E6. Windows color (decimal): -262361 or 2621435. OLE color: 2621435.
HSL color Cylindrical-coordinate representation of color #FBFF27: hue angle of 61.11º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBFF27 is Cyan = 0.02, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 39 | - |
| CMYK | 0.02 | 0 | 0.85 | 0 |
| HSL | 61.11º | 1% | 0.58% | - |
| HSV(B) | 61.11º | 0.85% | 1% | - |
| XYZ | 75.91 | 92.18 | 15.71 | - |
| YUV | 229.18 | 20.67 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 39 | 0.02 | 0 | 0.85 | 0 | 61.11 | 1 | 0.58 |
| Hex | FB | FF | 27 | 2 | 0 | 55 | 0 | 3D | 64 | 3A |
| Octal | 373 | 377 | 47 | 2 | 0 | 125 | 0 | 75 | 144 | 72 |
| Binary | 11111011 | 11111111 | 100111 | 10 | 0 | 1010101 | 0 | 111101 | 1100100 | 111010 |
Color Harmonies of #FBFF27
Complementary color
Monochromatic Colors of #FBFF27
Black with #FBFF27
Text Example
Text Example
White with #FBFF27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF27; }
p { color: rgb(251,255,39); }
H1.HeaderClassName
{
color: #FBFF27;
}
.AnyTagClassName
{
color: #FBFF27;
}
</style>
background-color css
<style>
a { background-color: #FBFF27; }
a { background-color: rgb(251,255,39); }
div.DivClassName
{
background-color: #FBFF27;
}
.BgClassName
{
background-color: #FBFF27;
}
</style>
border-color css
<style>
span { border-color: #FBFF27; }
span { border-color: rgb(251,255,39); }
td.TdClassName
{
border-color: #FBFF27;
}
.TagClassName
{
border-color: #FBFF27;
}
</style>