#F2FF4C

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

Shades of Paris Daisy #F2FF4C

Tints of Paris Daisy #F2FF4C

Color information

#F2FF4C (or 0xF2FF4C) is unknown color: approx Paris Daisy. HEX triplet: F2, FF and 4C. RGB value is (242,255,76). Sum of RGB (Red+Green+Blue) = 242+255+76=573 (75% of max value = 765). Red value is 242 (94.92% from 255 or 42.23% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 76 (30.08% from 255 or 13.26% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FF4C is #0D00B3. Grayscale: #E7E7E7. Windows color (decimal): -852148 or 5046258. OLE color: 5046258.

HSL color Cylindrical-coordinate representation of color #F2FF4C: hue angle of 64.36º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #F2FF4C is Cyan = 0.05, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.

Color convert

RGB24225576-
CMYK0.0500.700
HSL64.36º100%64.9%-
HSV(B)64.36º70.2%100%-
XYZ73.6890.9220.5-
YUV230.7140.69136.05-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 42.23%
GREEN value IS 255 (100% from 255) = 44.50%
BLUE value IS 76 (30.08% from 255) = 13.26%
R=42.23%
G=44.50%
B=13.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal242255760.0500.70064.3610064.9
HexF2FF4C50460406441
Octal362377114501060100144101
Binary11110010111111111001100101010001100100000011001001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2FF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2FF4C; }

 p { color: rgb(242,255,76); }

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

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

 a { background-color: rgb(242,255,76); }

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

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

 span { border-color: rgb(242,255,76); }

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