#F5FF60

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

Shades of Laser Lemon #F5FF60

Tints of Laser Lemon #F5FF60

Color information

#F5FF60 (or 0xF5FF60) is unknown color: approx Laser Lemon. HEX triplet: F5, FF and 60. RGB value is (245,255,96). Sum of RGB (Red+Green+Blue) = 245+255+96=596 (78% of max value = 765). Red value is 245 (96.09% from 255 or 41.11% from 596); Green value is 255 (100% from 255 or 42.79% from 596); Blue value is 96 (37.89% from 255 or 16.11% from 596); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF60 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF60 is #0A009F. Grayscale: #EAEAEA. Windows color (decimal): -655520 or 6356981. OLE color: 6356981.

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

Color convert

RGB24525596-
CMYK0.0400.620
HSL63.77º100%68.82%-
HSV(B)63.77º62.35%100%-
XYZ75.5391.7824.8-
YUV233.8850.19135.93-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.11%
GREEN value IS 255 (100% from 255) = 42.79%
BLUE value IS 96 (37.89% from 255) = 16.11%
R=41.11%
G=42.79%
B=16.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245255960.0400.62063.7710068.82
HexF5FF60403E0406445
Octal36537714040760100144105
Binary1111010111111111110000010001111100100000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FF60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FF60; }

 p { color: rgb(245,255,96); }

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

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

 a { background-color: rgb(245,255,96); }

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

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

 span { border-color: rgb(245,255,96); }

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