#F5FD6C

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

Shades of Laser Lemon #F5FD6C

Tints of Laser Lemon #F5FD6C

Color information

#F5FD6C (or 0xF5FD6C) is unknown color: approx Laser Lemon. HEX triplet: F5, FD and 6C. RGB value is (245,253,108). Sum of RGB (Red+Green+Blue) = 245+253+108=606 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.43% from 606); Green value is 253 (99.22% from 255 or 41.75% from 606); Blue value is 108 (42.58% from 255 or 17.82% from 606); Max value from RGB is 253 - color contains mainly: green. Hex color #F5FD6C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F5FD6C is #0A0293. Grayscale: #EAEAEA. Windows color (decimal): -656020 or 7142901. OLE color: 7142901.

HSL color Cylindrical-coordinate representation of color #F5FD6C: hue angle of 63.31º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #F5FD6C is Cyan = 0.03, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB245253108-
CMYK0.0300.570.01
HSL63.31º97.32%70.78%-
HSV(B)63.31º57.31%99.22%-
XYZ75.4990.7527.72-
YUV234.0856.85135.79-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.43%
GREEN value IS 253 (99.22% from 255) = 41.75%
BLUE value IS 108 (42.58% from 255) = 17.82%
R=40.43%
G=41.75%
B=17.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2452531080.0300.570.0163.3197.3270.78
HexF5FD6C303913f6147
Octal3653751543071177141107
Binary11110101111111011101100110111001111111111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FD6C; }

 p { color: rgb(245,253,108); }

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

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

 a { background-color: rgb(245,253,108); }

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

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

 span { border-color: rgb(245,253,108); }

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