Html Css Color HEX #F2FF4F Paris Daisy

📋 copy color: '#F2FF4F'

red 242 ◦ green 255 ◦ blue 79

#F2FF4F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paris Daisy #F2FF4F

Tints of Paris Daisy #F2FF4F

RGB

 RED value IS 242 (94.92% from 255) = 42.01%

 GREEN value IS 255 (100% from 255) = 44.27%

 BLUE value IS 79 (31.25% from 255) = 13.72%

R = 42.01%
G = 44.27%
B = 13.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#F2FF4F (or 0xF2FF4F) is known color: Paris Daisy. HEX triplet: F2, FF and 4F. RGB value is (242,255,79). Sum of RGB (Red+Green+Blue) = 242+255+79=576 (76% of max value = 765). Red value is 242 (94.92% from 255 or 42.01% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 79 (31.25% from 255 or 13.72% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FF4F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #F2FF4F is #0D00B0. Grayscale: #E7E7E7. Windows color (decimal): -852145 or 5242866. OLE color: 5242866.

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

Color convert

RGB 242 255 79 -
CMYK 0.05 0 0.69 0
HSL 64.43º 1% 0.65% -
HSV(B) 64.43º 0.69% 1% -
XYZ 73.79 90.96 21.07 -
YUV 231.05 42.19 135.81 -
System Red Green Blue C M Y K H S L
Decimal 242 255 79 0.05 0 0.69 0 64.43 1 0.65
Hex F2 FF 4F 5 0 45 0 40 64 41
Octal 362 377 117 5 0 105 0 100 144 101
Binary 11110010 11111111 1001111 101 0 1000101 0 1000000 1100100 1000001

Color Harmonies of #F2FF4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF4F

Black with #F2FF4F

Text Example


Text Example

White with #F2FF4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FF4F; }

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

 H1.HeaderClassName
 {
   color: #F2FF4F;
 }
 .AnyTagClassName
 {
   color: #F2FF4F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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