Html Css Color HEX #EFF14C Paris Daisy

📋 copy color: '#EFF14C'

red 239 ◦ green 241 ◦ blue 76

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

Shades of Paris Daisy #EFF14C

Tints of Paris Daisy #EFF14C

RGB

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

 GREEN value IS 241 (94.53% from 255) = 43.35%

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

R = 42.99%
G = 43.35%
B = 13.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.68

 K value IS 0.05

RGB Variations

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

Color information

#EFF14C (or 0xEFF14C) is known color: Paris Daisy. HEX triplet: EF, F1 and 4C. RGB value is (239,241,76). Sum of RGB (Red+Green+Blue) = 239+241+76=556 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.99% from 556); Green value is 241 (94.53% from 255 or 43.35% from 556); Blue value is 76 (30.08% from 255 or 13.67% from 556); Max value from RGB is 241 - color contains mainly: green. Hex color #EFF14C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF14C is #100EB3. Grayscale: #DEDEDE. Windows color (decimal): -1052340 or 5042671. OLE color: 5042671.

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

Color convert

RGB 239 241 76 -
CMYK 0.01 0 0.68 0.05
HSL 60.73º 0.85% 0.62% -
HSV(B) 60.73º 0.68% 0.95% -
XYZ 68.36 81.78 19.02 -
YUV 221.59 45.84 140.42 -
System Red Green Blue C M Y K H S L
Decimal 239 241 76 0.01 0 0.68 0.05 60.73 0.85 0.62
Hex EF F1 4C 1 0 44 5 3D 55 3E
Octal 357 361 114 1 0 104 5 75 125 76
Binary 11101111 11110001 1001100 1 0 1000100 101 111101 1010101 111110

Color Harmonies of #EFF14C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF14C

Black with #EFF14C

Text Example


Text Example

White with #EFF14C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF14C; }

 p { color: rgb(239,241,76); }

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

background-color css

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

 a { background-color: rgb(239,241,76); }

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

border-color css

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

 span { border-color: rgb(239,241,76); }

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