Html Css Color HEX #F2FC44 Paris Daisy

📋 copy color: '#F2FC44'

red 242 ◦ green 252 ◦ blue 68

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

Shades of Paris Daisy #F2FC44

Tints of Paris Daisy #F2FC44

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.84%

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

R = 43.06%
G = 44.84%
B = 12.1%

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

#F2FC44 (or 0xF2FC44) is known color: Paris Daisy. HEX triplet: F2, FC and 44. RGB value is (242,252,68). Sum of RGB (Red+Green+Blue) = 242+252+68=562 (74% of max value = 765). Red value is 242 (94.92% from 255 or 43.06% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 68 (26.95% from 255 or 12.10% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FC44 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #F2FC44 is #0D03BB. Grayscale: #E4E4E4. Windows color (decimal): -852924 or 4521202. OLE color: 4521202.

HSL color Cylindrical-coordinate representation of color #F2FC44: hue angle of 63.26º degrees, saturation: 0.97, 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 #F2FC44 is Cyan = 0.04, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.01.

Color convert

RGB 242 252 68 -
CMYK 0.04 0 0.73 0.01
HSL 63.26º 0.97% 0.63% -
HSV(B) 63.26º 0.73% 0.99% -
XYZ 72.47 88.92 18.81 -
YUV 228.03 37.69 137.96 -
System Red Green Blue C M Y K H S L
Decimal 242 252 68 0.04 0 0.73 0.01 63.26 0.97 0.63
Hex F2 FC 44 4 0 49 1 3F 61 3F
Octal 362 374 104 4 0 111 1 77 141 77
Binary 11110010 11111100 1000100 100 0 1001001 1 111111 1100001 111111

Color Harmonies of #F2FC44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2FC44

Black with #F2FC44

Text Example


Text Example

White with #F2FC44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2FC44; }

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

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

background-color css

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

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

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

border-color css

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

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

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