Html Css Color HEX #EEFE50 Paris Daisy

📋 copy color: '#EEFE50'

red 238 ◦ green 254 ◦ blue 80

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

Shades of Paris Daisy #EEFE50

Tints of Paris Daisy #EEFE50

RGB

 RED value IS 238 (93.36% from 255) = 41.61%

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

 BLUE value IS 80 (31.64% from 255) = 13.99%

R = 41.61%
G = 44.41%
B = 13.99%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#EEFE50 (or 0xEEFE50) is known color: Paris Daisy. HEX triplet: EE, FE and 50. RGB value is (238,254,80). Sum of RGB (Red+Green+Blue) = 238+254+80=572 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.61% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 80 (31.64% from 255 or 13.99% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #EEFE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFE50 is #1101AF. Grayscale: #E6E6E6. Windows color (decimal): -1114544 or 5308142. OLE color: 5308142.

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

Color convert

RGB 238 254 80 -
CMYK 0.06 0 0.69 0.00
HSL 65.52º 0.99% 0.65% -
HSV(B) 65.52º 0.69% 1% -
XYZ 72.15 89.64 21.09 -
YUV 229.38 43.7 134.15 -
System Red Green Blue C M Y K H S L
Decimal 238 254 80 0.06 0 0.69 0.00 65.52 0.99 0.65
Hex EE FE 50 6 0 45 0 42 63 41
Octal 356 376 120 6 0 105 0 102 143 101
Binary 11101110 11111110 1010000 110 0 1000101 0 1000010 1100011 1000001

Color Harmonies of #EEFE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFE50

Black with #EEFE50

Text Example


Text Example

White with #EEFE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFE50; }

 p { color: rgb(238,254,80); }

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

background-color css

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

 a { background-color: rgb(238,254,80); }

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

border-color css

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

 span { border-color: rgb(238,254,80); }

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