Html Css Color HEX #EAFC4C Paris Daisy

📋 copy color: '#EAFC4C'

red 234 ◦ green 252 ◦ blue 76

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

Shades of Paris Daisy #EAFC4C

Tints of Paris Daisy #EAFC4C

RGB

 RED value IS 234 (91.8% from 255) = 41.64%

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

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

R = 41.64%
G = 44.84%
B = 13.52%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.70

 K value IS 0.01

RGB Variations

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

Color information

#EAFC4C (or 0xEAFC4C) is known color: Paris Daisy. HEX triplet: EA, FC and 4C. RGB value is (234,252,76). Sum of RGB (Red+Green+Blue) = 234+252+76=562 (74% of max value = 765). Red value is 234 (91.80% from 255 or 41.64% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 76 (30.08% from 255 or 13.52% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #EAFC4C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EAFC4C is #1503B3. Grayscale: #E3E3E3. Windows color (decimal): -1377204 or 5045482. OLE color: 5045482.

HSL color Cylindrical-coordinate representation of color #EAFC4C: hue angle of 66.14º degrees, saturation: 0.97, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #EAFC4C is Cyan = 0.07, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.01.

Color convert

RGB 234 252 76 -
CMYK 0.07 0 0.70 0.01
HSL 66.14º 0.97% 0.64% -
HSV(B) 66.14º 0.7% 0.99% -
XYZ 70.05 87.64 20.06 -
YUV 226.55 43.04 133.31 -
System Red Green Blue C M Y K H S L
Decimal 234 252 76 0.07 0 0.70 0.01 66.14 0.97 0.64
Hex EA FC 4C 7 0 46 1 42 61 40
Octal 352 374 114 7 0 106 1 102 141 100
Binary 11101010 11111100 1001100 111 0 1000110 1 1000010 1100001 1000000

Color Harmonies of #EAFC4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EAFC4C

Black with #EAFC4C

Text Example


Text Example

White with #EAFC4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EAFC4C; }

 p { color: rgb(234,252,76); }

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

background-color css

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

 a { background-color: rgb(234,252,76); }

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

border-color css

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

 span { border-color: rgb(234,252,76); }

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