#F4FD60

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

Shades of Laser Lemon #F4FD60

Tints of Laser Lemon #F4FD60

Color information

#F4FD60 (or 0xF4FD60) is unknown color: approx Laser Lemon. HEX triplet: F4, FD and 60. RGB value is (244,253,96). Sum of RGB (Red+Green+Blue) = 244+253+96=593 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.15% from 593); Green value is 253 (99.22% from 255 or 42.66% from 593); Blue value is 96 (37.89% from 255 or 16.19% from 593); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FD60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F4FD60 is #0B029F. Grayscale: #E9E9E9. Windows color (decimal): -721568 or 6356468. OLE color: 6356468.

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

Color convert

RGB24425396-
CMYK0.0400.620.01
HSL63.44º97.52%68.43%-
HSV(B)63.44º62.06%99.22%-
XYZ74.5490.3324.57-
YUV232.4151.02136.27-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 41.15%
GREEN value IS 253 (99.22% from 255) = 42.66%
BLUE value IS 96 (37.89% from 255) = 16.19%
R=41.15%
G=42.66%
B=16.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal244253960.0400.620.0163.4497.5268.43
HexF4FD60403E13f6244
Octal3643751404076177142104
Binary111101001111110111000001000111110111111111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FD60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FD60; }

 p { color: rgb(244,253,96); }

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

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

 a { background-color: rgb(244,253,96); }

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

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

 span { border-color: rgb(244,253,96); }

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