Html Css Color HEX #EFFB40 Paris Daisy

📋 copy color: '#EFFB40'

red 239 ◦ green 251 ◦ blue 64

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

Shades of Paris Daisy #EFFB40

Tints of Paris Daisy #EFFB40

RGB

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

 GREEN value IS 251 (98.44% from 255) = 45.31%

 BLUE value IS 64 (25.39% from 255) = 11.55%

R = 43.14%
G = 45.31%
B = 11.55%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.75

 K value IS 0.02

RGB Variations

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

Color information

#EFFB40 (or 0xEFFB40) is known color: Paris Daisy. HEX triplet: EF, FB and 40. RGB value is (239,251,64). Sum of RGB (Red+Green+Blue) = 239+251+64=554 (73% of max value = 765). Red value is 239 (93.75% from 255 or 43.14% from 554); Green value is 251 (98.44% from 255 or 45.31% from 554); Blue value is 64 (25.39% from 255 or 11.55% from 554); Max value from RGB is 251 - color contains mainly: green. Hex color #EFFB40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFB40 is #1004BF. Grayscale: #E2E2E2. Windows color (decimal): -1049792 or 4258799. OLE color: 4258799.

HSL color Cylindrical-coordinate representation of color #EFFB40: hue angle of 63.85º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFFB40 is Cyan = 0.05, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.02.

Color convert

RGB 239 251 64 -
CMYK 0.05 0 0.75 0.02
HSL 63.85º 0.96% 0.62% -
HSV(B) 63.85º 0.75% 0.98% -
XYZ 71.02 87.72 18.04 -
YUV 226.09 36.52 137.21 -
System Red Green Blue C M Y K H S L
Decimal 239 251 64 0.05 0 0.75 0.02 63.85 0.96 0.62
Hex EF FB 40 5 0 4B 2 40 60 3E
Octal 357 373 100 5 0 113 2 100 140 76
Binary 11101111 11111011 1000000 101 0 1001011 10 1000000 1100000 111110

Color Harmonies of #EFFB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFB40

Black with #EFFB40

Text Example


Text Example

White with #EFFB40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFB40; }

 p { color: rgb(239,251,64); }

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

background-color css

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

 a { background-color: rgb(239,251,64); }

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

border-color css

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

 span { border-color: rgb(239,251,64); }

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