#F5FF6A

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

Shades of Laser Lemon #F5FF6A

Tints of Laser Lemon #F5FF6A

Color information

#F5FF6A (or 0xF5FF6A) is unknown color: approx Laser Lemon. HEX triplet: F5, FF and 6A. RGB value is (245,255,106). Sum of RGB (Red+Green+Blue) = 245+255+106=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 106 (41.80% from 255 or 17.49% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF6A is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FF6A is #0A0095. Grayscale: #EBEBEB. Windows color (decimal): -655510 or 7012341. OLE color: 7012341.

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

Color convert

RGB245255106-
CMYK0.0400.580
HSL64.03º100%70.78%-
HSV(B)64.03º58.43%100%-
XYZ76.0291.9727.38-
YUV235.0255.19135.12-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 255 (100% from 255) = 42.08%
BLUE value IS 106 (41.80% from 255) = 17.49%
R=40.43%
G=42.08%
B=17.49%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2452551060.0400.58064.0310070.78
HexF5FF6A403A0406447
Octal36537715240720100144107
Binary1111010111111111110101010001110100100000011001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FF6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FF6A; }

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

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

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

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

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

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

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

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