Shades of Laser Lemon #F3FF6C
Tints of Laser Lemon #F3FF6C
RGB
CMYK
RGB Variations
Color information
#F3FF6C (or 0xF3FF6C) is known color: Laser Lemon. HEX triplet: F3, FF and 6C. RGB value is (243,255,108). Sum of RGB (Red+Green+Blue) = 243+255+108=606 (80% of max value = 765). Red value is 243 (95.31% from 255 or 40.10% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 108 (42.58% from 255 or 17.82% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #F3FF6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F3FF6C is #0C0093. Grayscale: #EBEBEB. Windows color (decimal): -786580 or 7143411. OLE color: 7143411.
HSL color Cylindrical-coordinate representation of color #F3FF6C: hue angle of 64.9º 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 #F3FF6C is Cyan = 0.05, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.
Color convert
| RGB | 243 | 255 | 108 | - |
| CMYK | 0.05 | 0 | 0.58 | 0 |
| HSL | 64.9º | 1% | 0.71% | - |
| HSV(B) | 64.9º | 0.58% | 1% | - |
| XYZ | 75.43 | 91.66 | 27.9 | - |
| YUV | 234.65 | 56.52 | 133.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 255 | 108 | 0.05 | 0 | 0.58 | 0 | 64.9 | 1 | 0.71 |
| Hex | F3 | FF | 6C | 5 | 0 | 3A | 0 | 41 | 64 | 47 |
| Octal | 363 | 377 | 154 | 5 | 0 | 72 | 0 | 101 | 144 | 107 |
| Binary | 11110011 | 11111111 | 1101100 | 101 | 0 | 111010 | 0 | 1000001 | 1100100 | 1000111 |
Color Harmonies of #F3FF6C
Complementary color
Monochromatic Colors of #F3FF6C
Black with #F3FF6C
Text Example
Text Example
White with #F3FF6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FF6C; }
p { color: rgb(243,255,108); }
H1.HeaderClassName
{
color: #F3FF6C;
}
.AnyTagClassName
{
color: #F3FF6C;
}
</style>
background-color css
<style>
a { background-color: #F3FF6C; }
a { background-color: rgb(243,255,108); }
div.DivClassName
{
background-color: #F3FF6C;
}
.BgClassName
{
background-color: #F3FF6C;
}
</style>
border-color css
<style>
span { border-color: #F3FF6C; }
span { border-color: rgb(243,255,108); }
td.TdClassName
{
border-color: #F3FF6C;
}
.TagClassName
{
border-color: #F3FF6C;
}
</style>