#F7FD5F

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

Shades of Laser Lemon #F7FD5F

Tints of Laser Lemon #F7FD5F

Color information

#F7FD5F (or 0xF7FD5F) is unknown color: approx Laser Lemon. HEX triplet: F7, FD and 5F. RGB value is (247,253,95). Sum of RGB (Red+Green+Blue) = 247+253+95=595 (78% of max value = 765). Red value is 247 (96.88% from 255 or 41.51% from 595); Green value is 253 (99.22% from 255 or 42.52% from 595); Blue value is 95 (37.5% from 255 or 15.97% from 595); Max value from RGB is 253 - color contains mainly: green. Hex color #F7FD5F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F7FD5F is #0802A0. Grayscale: #E9E9E9. Windows color (decimal): -524961 or 6290935. OLE color: 6290935.

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

Color convert

RGB24725395-
CMYK0.0200.620.01
HSL62.28º97.53%68.24%-
HSV(B)62.28º62.45%99.22%-
XYZ75.5590.8524.38-
YUV233.1950.01137.85-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 41.51%
GREEN value IS 253 (99.22% from 255) = 42.52%
BLUE value IS 95 (37.5% from 255) = 15.97%
R=41.51%
G=42.52%
B=15.97%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal247253950.0200.620.0162.2897.5368.24
HexF7FD5F203E13e6244
Octal3673751372076176142104
Binary11110111111111011011111100111110111111011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FD5F; }

 p { color: rgb(247,253,95); }

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

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

 a { background-color: rgb(247,253,95); }

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

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

 span { border-color: rgb(247,253,95); }

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