Html Css Color HEX #F2FD44 Paris Daisy

📋 copy color: '#F2FD44'

red 242 ◦ green 253 ◦ blue 68

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

Shades of Paris Daisy #F2FD44

Tints of Paris Daisy #F2FD44

RGB

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

 GREEN value IS 253 (99.22% from 255) = 44.94%

 BLUE value IS 68 (26.95% from 255) = 12.08%

R = 42.98%
G = 44.94%
B = 12.08%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.73

 K value IS 0.01

RGB Variations

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

Color information

#F2FD44 (or 0xF2FD44) is known color: Paris Daisy. HEX triplet: F2, FD and 44. RGB value is (242,253,68). Sum of RGB (Red+Green+Blue) = 242+253+68=563 (74% of max value = 765). Red value is 242 (94.92% from 255 or 42.98% from 563); Green value is 253 (99.22% from 255 or 44.94% from 563); Blue value is 68 (26.95% from 255 or 12.08% from 563); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FD44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FD44 is #0D02BB. Grayscale: #E5E5E5. Windows color (decimal): -852668 or 4521458. OLE color: 4521458.

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

Color convert

RGB 242 253 68 -
CMYK 0.04 0 0.73 0.01
HSL 63.57º 0.98% 0.63% -
HSV(B) 63.57º 0.73% 0.99% -
XYZ 72.79 89.55 18.92 -
YUV 228.62 37.36 137.54 -
System Red Green Blue C M Y K H S L
Decimal 242 253 68 0.04 0 0.73 0.01 63.57 0.98 0.63
Hex F2 FD 44 4 0 49 1 40 62 3F
Octal 362 375 104 4 0 111 1 100 142 77
Binary 11110010 11111101 1000100 100 0 1001001 1 1000000 1100010 111111

Color Harmonies of #F2FD44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FD44

Black with #F2FD44

Text Example


Text Example

White with #F2FD44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FD44; }

 p { color: rgb(242,253,68); }

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

background-color css

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

 a { background-color: rgb(242,253,68); }

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

border-color css

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

 span { border-color: rgb(242,253,68); }

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