Html Css Color HEX #EFF94C Paris Daisy

📋 copy color: '#EFF94C'

red 239 ◦ green 249 ◦ blue 76

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

Shades of Paris Daisy #EFF94C

Tints of Paris Daisy #EFF94C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 44.15%

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

R = 42.38%
G = 44.15%
B = 13.48%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.69

 K value IS 0.02

RGB Variations

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

Color information

#EFF94C (or 0xEFF94C) is known color: Paris Daisy. HEX triplet: EF, F9 and 4C. RGB value is (239,249,76). Sum of RGB (Red+Green+Blue) = 239+249+76=564 (74% of max value = 765). Red value is 239 (93.75% from 255 or 42.38% from 564); Green value is 249 (97.66% from 255 or 44.15% from 564); Blue value is 76 (30.08% from 255 or 13.48% from 564); Max value from RGB is 249 - color contains mainly: green. Hex color #EFF94C is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFF94C is #1006B3. Grayscale: #E2E2E2. Windows color (decimal): -1050292 or 5044719. OLE color: 5044719.

HSL color Cylindrical-coordinate representation of color #EFF94C: hue angle of 63.47º degrees, saturation: 0.94, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #EFF94C is Cyan = 0.04, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 249 76 -
CMYK 0.04 0 0.69 0.02
HSL 63.47º 0.94% 0.64% -
HSV(B) 63.47º 0.69% 0.98% -
XYZ 70.78 86.62 19.83 -
YUV 226.29 43.19 137.07 -
System Red Green Blue C M Y K H S L
Decimal 239 249 76 0.04 0 0.69 0.02 63.47 0.94 0.64
Hex EF F9 4C 4 0 45 2 3F 5E 40
Octal 357 371 114 4 0 105 2 77 136 100
Binary 11101111 11111001 1001100 100 0 1000101 10 111111 1011110 1000000

Color Harmonies of #EFF94C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFF94C

Black with #EFF94C

Text Example


Text Example

White with #EFF94C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFF94C; }

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

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

background-color css

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

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

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

border-color css

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

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

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