Html Css Color HEX #EFFC42 Paris Daisy

📋 copy color: '#EFFC42'

red 239 ◦ green 252 ◦ blue 66

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

Shades of Paris Daisy #EFFC42

Tints of Paris Daisy #EFFC42

RGB

 RED value IS 239 (93.75% from 255) = 42.91%

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

 BLUE value IS 66 (26.17% from 255) = 11.85%

R = 42.91%
G = 45.24%
B = 11.85%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#EFFC42 (or 0xEFFC42) is known color: Paris Daisy. HEX triplet: EF, FC and 42. RGB value is (239,252,66). Sum of RGB (Red+Green+Blue) = 239+252+66=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 252 (98.83% from 255 or 45.24% from 557); Blue value is 66 (26.17% from 255 or 11.85% from 557); Max value from RGB is 252 - color contains mainly: green. Hex color #EFFC42 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFC42 is #1003BD. Grayscale: #E3E3E3. Windows color (decimal): -1049534 or 4390127. OLE color: 4390127.

HSL color Cylindrical-coordinate representation of color #EFFC42: hue angle of 64.19º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EFFC42 is Cyan = 0.05, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 239 252 66 -
CMYK 0.05 0 0.74 0.01
HSL 64.19º 0.97% 0.62% -
HSV(B) 64.19º 0.74% 0.99% -
XYZ 71.39 88.36 18.45 -
YUV 226.91 37.19 136.62 -
System Red Green Blue C M Y K H S L
Decimal 239 252 66 0.05 0 0.74 0.01 64.19 0.97 0.62
Hex EF FC 42 5 0 4A 1 40 61 3E
Octal 357 374 102 5 0 112 1 100 141 76
Binary 11101111 11111100 1000010 101 0 1001010 1 1000000 1100001 111110

Color Harmonies of #EFFC42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFC42

Black with #EFFC42

Text Example


Text Example

White with #EFFC42

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFC42; }

 p { color: rgb(239,252,66); }

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

background-color css

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

 a { background-color: rgb(239,252,66); }

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

border-color css

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

 span { border-color: rgb(239,252,66); }

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