Shades of Laser Lemon #F3FF64
Tints of Laser Lemon #F3FF64
RGB
CMYK
RGB Variations
Color information
#F3FF64 (or 0xF3FF64) is known color: Laser Lemon. HEX triplet: F3, FF and 64. RGB value is (243,255,100). Sum of RGB (Red+Green+Blue) = 243+255+100=598 (79% of max value = 765). Red value is 243 (95.31% from 255 or 40.64% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 100 (39.45% from 255 or 16.72% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF64 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FF64 is #0C009B. Grayscale: #EAEAEA. Windows color (decimal): -786588 or 6619123. OLE color: 6619123.
HSL color Cylindrical-coordinate representation of color #F3FF64: hue angle of 64.65º 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 #F3FF64 is Cyan = 0.05, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 100 | - |
| CMYK | 0.05 | 0 | 0.61 | 0 |
| HSL | 64.65º | 1% | 0.7% | - |
| HSV(B) | 64.65º | 0.61% | 1% | - |
| XYZ | 75.02 | 91.49 | 25.76 | - |
| YUV | 233.74 | 52.52 | 134.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 100 | 0.05 | 0 | 0.61 | 0 | 64.65 | 1 | 0.7 |
| Hex | F3 | FF | 64 | 5 | 0 | 3D | 0 | 41 | 64 | 46 |
| Octal | 363 | 377 | 144 | 5 | 0 | 75 | 0 | 101 | 144 | 106 |
| Binary | 11110011 | 11111111 | 1100100 | 101 | 0 | 111101 | 0 | 1000001 | 1100100 | 1000110 |
Color Harmonies of #F3FF64
Complementary color
Monochromatic Colors of #F3FF64
Black with #F3FF64
Text Example
Text Example
White with #F3FF64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF64; }
p { color: rgb(243,255,100); }
H1.HeaderClassName
{
color: #F3FF64;
}
.AnyTagClassName
{
color: #F3FF64;
}
</style>
background-color css
<style>
a { background-color: #F3FF64; }
a { background-color: rgb(243,255,100); }
div.DivClassName
{
background-color: #F3FF64;
}
.BgClassName
{
background-color: #F3FF64;
}
</style>
border-color css
<style>
span { border-color: #F3FF64; }
span { border-color: rgb(243,255,100); }
td.TdClassName
{
border-color: #F3FF64;
}
.TagClassName
{
border-color: #F3FF64;
}
</style>