Shades of Laser Lemon #F5FF6B
Tints of Laser Lemon #F5FF6B
RGB
CMYK
RGB Variations
Color information
#F5FF6B (or 0xF5FF6B) is known color: Laser Lemon. HEX triplet: F5, FF and 6B. RGB value is (245,255,107). Sum of RGB (Red+Green+Blue) = 245+255+107=607 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.36% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 107 (42.19% from 255 or 17.63% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF6B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF6B is #0A0094. Grayscale: #EBEBEB. Windows color (decimal): -655509 or 7077877. OLE color: 7077877.
HSL color Cylindrical-coordinate representation of color #F5FF6B: hue angle of 64.05º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #F5FF6B is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 245 | 255 | 107 | - |
| CMYK | 0.04 | 0 | 0.58 | 0 |
| HSL | 64.05º | 1% | 0.71% | - |
| HSV(B) | 64.05º | 0.58% | 1% | - |
| XYZ | 76.07 | 91.99 | 27.66 | - |
| YUV | 235.14 | 55.69 | 135.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 255 | 107 | 0.04 | 0 | 0.58 | 0 | 64.05 | 1 | 0.71 |
| Hex | F5 | FF | 6B | 4 | 0 | 3A | 0 | 40 | 64 | 47 |
| Octal | 365 | 377 | 153 | 4 | 0 | 72 | 0 | 100 | 144 | 107 |
| Binary | 11110101 | 11111111 | 1101011 | 100 | 0 | 111010 | 0 | 1000000 | 1100100 | 1000111 |
Color Harmonies of #F5FF6B
Complementary color
Monochromatic Colors of #F5FF6B
Black with #F5FF6B
Text Example
Text Example
White with #F5FF6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5FF6B; }
p { color: rgb(245,255,107); }
H1.HeaderClassName
{
color: #F5FF6B;
}
.AnyTagClassName
{
color: #F5FF6B;
}
</style>
background-color css
<style>
a { background-color: #F5FF6B; }
a { background-color: rgb(245,255,107); }
div.DivClassName
{
background-color: #F5FF6B;
}
.BgClassName
{
background-color: #F5FF6B;
}
</style>
border-color css
<style>
span { border-color: #F5FF6B; }
span { border-color: rgb(245,255,107); }
td.TdClassName
{
border-color: #F5FF6B;
}
.TagClassName
{
border-color: #F5FF6B;
}
</style>