#F5FF40

Color #F5FF40 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #F5FF40

Tints of Paris Daisy #F5FF40

Color information

#F5FF40 (or 0xF5FF40) is unknown color: approx Paris Daisy. HEX triplet: F5, FF and 40. RGB value is (245,255,64). Sum of RGB (Red+Green+Blue) = 245+255+64=564 (74% of max value = 765). Red value is 245 (96.09% from 255 or 43.44% from 564); Green value is 255 (100% from 255 or 45.21% from 564); Blue value is 64 (25.39% from 255 or 11.35% from 564); Max value from RGB is 255 - color contains mainly: green. Hex color #F5FF40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F5FF40 is #0A00BF. Grayscale: #E6E6E6. Windows color (decimal): -655552 or 4259829. OLE color: 4259829.

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

Color convert

RGB24525564-
CMYK0.0400.750
HSL63.14º100%62.55%-
HSV(B)63.14º74.9%100%-
XYZ74.3491.318.56-
YUV230.2434.19138.53-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 43.44%
GREEN value IS 255 (100% from 255) = 45.21%
BLUE value IS 64 (25.39% from 255) = 11.35%
R=43.44%
G=45.21%
B=11.35%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal245255640.0400.75063.1410062.55
HexF5FF40404B03f643f
Octal3653771004011307714477
Binary111101011111111110000001000100101101111111100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FF40; }

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

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

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

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

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

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

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

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