#F0FD58

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

Shades of Laser Lemon #F0FD58

Tints of Laser Lemon #F0FD58

Color information

#F0FD58 (or 0xF0FD58) is unknown color: approx Laser Lemon. HEX triplet: F0, FD and 58. RGB value is (240,253,88). Sum of RGB (Red+Green+Blue) = 240+253+88=581 (76% of max value = 765). Red value is 240 (94.14% from 255 or 41.31% from 581); Green value is 253 (99.22% from 255 or 43.55% from 581); Blue value is 88 (34.77% from 255 or 15.15% from 581); Max value from RGB is 253 - color contains mainly: green. Hex color #F0FD58 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F0FD58 is #0F02A7. Grayscale: #E6E6E6. Windows color (decimal): -983720 or 5832176. OLE color: 5832176.

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

Color convert

RGB24025388-
CMYK0.0500.650.01
HSL64.73º97.63%66.86%-
HSV(B)64.73º65.22%99.22%-
XYZ72.8289.4822.67-
YUV230.347.69134.92-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 41.31%
GREEN value IS 253 (99.22% from 255) = 43.55%
BLUE value IS 88 (34.77% from 255) = 15.15%
R=41.31%
G=43.55%
B=15.15%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal240253880.0500.650.0164.7397.6366.86
HexF0FD5850411416243
Octal360375130501011101142103
Binary11110000111111011011000101010000011100000111000101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FD58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FD58; }

 p { color: rgb(240,253,88); }

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

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

 a { background-color: rgb(240,253,88); }

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

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

 span { border-color: rgb(240,253,88); }

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