#F0FC5B

Color #F0FC5B Laser Lemon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laser Lemon #F0FC5B

Tints of Laser Lemon #F0FC5B

Color information

#F0FC5B (or 0xF0FC5B) is unknown color: approx Laser Lemon. HEX triplet: F0, FC and 5B. RGB value is (240,252,91). Sum of RGB (Red+Green+Blue) = 240+252+91=583 (77% of max value = 765). Red value is 240 (94.14% from 255 or 41.17% from 583); Green value is 252 (98.83% from 255 or 43.22% from 583); Blue value is 91 (35.94% from 255 or 15.61% from 583); Max value from RGB is 252 - color contains mainly: green. Hex color #F0FC5B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FC5B is #0F03A4. Grayscale: #E6E6E6. Windows color (decimal): -983973 or 6028528. OLE color: 6028528.

HSL color Cylindrical-coordinate representation of color #F0FC5B: hue angle of 64.47º degrees, saturation: 0.96, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #F0FC5B is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.01.

Color convert

RGB24025291-
CMYK0.0500.640.01
HSL64.47º96.41%67.25%-
HSV(B)64.47º63.89%98.82%-
XYZ72.6388.923.23-
YUV230.0649.52135.09-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 41.17%
GREEN value IS 252 (98.83% from 255) = 43.22%
BLUE value IS 91 (35.94% from 255) = 15.61%
R=41.17%
G=43.22%
B=15.61%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240252910.0500.640.0164.4796.4167.25
HexF0FC5B50401406043
Octal360374133501001100140103
Binary11110000111111001011011101010000001100000011000001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FC5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FC5B; }

 p { color: rgb(240,252,91); }

 H1.HeaderClassName
 {
   color: #F0FC5B;
 }
 .AnyTagClassName
 {
   color: #F0FC5B;
 }
</style>
background-color css

<style>
 a { background-color: #F0FC5B; }

 a { background-color: rgb(240,252,91); }

 div.DivClassName
 {
   background-color: #F0FC5B;
 }
 .BgClassName
 {
   background-color: #F0FC5B;
 }
</style>
border-color css

<style>
 span { border-color: #F0FC5B; }

 span { border-color: rgb(240,252,91); }

 td.TdClassName
 {
   border-color: #F0FC5B;
 }
 .TagClassName
 {
   border-color: #F0FC5B;
 }
</style>