Html Css Color HEX #F2FF4C Paris Daisy

📋 copy color: '#F2FF4C'

red 242 ◦ green 255 ◦ blue 76

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

Shades of Paris Daisy #F2FF4C

Tints of Paris Daisy #F2FF4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 13.26%

R = 42.23%
G = 44.5%
B = 13.26%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.70

 K value IS 0

RGB Variations

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

Color information

#F2FF4C (or 0xF2FF4C) is known color: 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

RGB 242 255 76 -
CMYK 0.05 0 0.70 0
HSL 64.36º 1% 0.65% -
HSV(B) 64.36º 0.7% 1% -
XYZ 73.68 90.92 20.5 -
YUV 230.71 40.69 136.05 -
System Red Green Blue C M Y K H S L
Decimal 242 255 76 0.05 0 0.70 0 64.36 1 0.65
Hex F2 FF 4C 5 0 46 0 40 64 41
Octal 362 377 114 5 0 106 0 100 144 101
Binary 11110010 11111111 1001100 101 0 1000110 0 1000000 1100100 1000001

Color Harmonies of #F2FF4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FF4C

Black with #F2FF4C

Text Example


Text Example

White with #F2FF4C

Text Example


Text Example

HTML Codes & Css Web 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>