#F5FF61

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

Shades of Laser Lemon #F5FF61

Tints of Laser Lemon #F5FF61

Color information

#F5FF61 (or 0xF5FF61) is unknown color: approx Laser Lemon. HEX triplet: F5, FF and 61. RGB value is (245,255,97). Sum of RGB (Red+Green+Blue) = 245+255+97=597 (79% of max value = 765). Red value is 245 (96.09% from 255 or 41.04% from 597); Green value is 255 (100% from 255 or 42.71% from 597); Blue value is 97 (38.28% from 255 or 16.25% from 597); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF61 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF61 is #0A009E. Grayscale: #EAEAEA. Windows color (decimal): -655519 or 6422517. OLE color: 6422517.

HSL color Cylindrical-coordinate representation of color #F5FF61: hue angle of 63.8º 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 #F5FF61 is Cyan = 0.04, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.

Color convert

RGB24525597-
CMYK0.0400.620
HSL63.8º100%69.02%-
HSV(B)63.8º61.96%100%-
XYZ75.5791.825.04-
YUV23450.69135.85-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 41.04%
GREEN value IS 255 (100% from 255) = 42.71%
BLUE value IS 97 (38.28% from 255) = 16.25%
R=41.04%
G=42.71%
B=16.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245255970.0400.62063.810069.02
HexF5FF61403E0406445
Octal36537714140760100144105
Binary1111010111111111110000110001111100100000011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FF61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FF61; }

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

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

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

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

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

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

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

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