Html Css Color HEX #EFFE40 Paris Daisy

📋 copy color: '#EFFE40'

red 239 ◦ green 254 ◦ blue 64

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

Shades of Paris Daisy #EFFE40

Tints of Paris Daisy #EFFE40

RGB

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

 GREEN value IS 254 (99.61% from 255) = 45.6%

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

R = 42.91%
G = 45.6%
B = 11.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.75

 K value IS 0.00

RGB Variations

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

Color information

#EFFE40 (or 0xEFFE40) is known color: Paris Daisy. HEX triplet: EF, FE and 40. RGB value is (239,254,64). Sum of RGB (Red+Green+Blue) = 239+254+64=557 (73% of max value = 765). Red value is 239 (93.75% from 255 or 42.91% from 557); Green value is 254 (99.61% from 255 or 45.60% from 557); Blue value is 64 (25.39% from 255 or 11.49% from 557); Max value from RGB is 254 - color contains mainly: green. Hex color #EFFE40 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EFFE40 is #1001BF. Grayscale: #E4E4E4. Windows color (decimal): -1049024 or 4259567. OLE color: 4259567.

HSL color Cylindrical-coordinate representation of color #EFFE40: hue angle of 64.74º degrees, saturation: 0.99, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #EFFE40 is Cyan = 0.06, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.00.

Color convert

RGB 239 254 64 -
CMYK 0.06 0 0.75 0.00
HSL 64.74º 0.99% 0.62% -
HSV(B) 64.74º 0.75% 1% -
XYZ 71.96 89.6 18.35 -
YUV 227.86 35.53 135.95 -
System Red Green Blue C M Y K H S L
Decimal 239 254 64 0.06 0 0.75 0.00 64.74 0.99 0.62
Hex EF FE 40 6 0 4B 0 41 63 3E
Octal 357 376 100 6 0 113 0 101 143 76
Binary 11101111 11111110 1000000 110 0 1001011 0 1000001 1100011 111110

Color Harmonies of #EFFE40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EFFE40

Black with #EFFE40

Text Example


Text Example

White with #EFFE40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EFFE40; }

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

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

background-color css

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

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

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

border-color css

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

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

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