Html Css Color HEX #EEFF50 Paris Daisy

📋 copy color: '#EEFF50'

red 238 ◦ green 255 ◦ blue 80

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

Shades of Paris Daisy #EEFF50

Tints of Paris Daisy #EEFF50

RGB

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

 GREEN value IS 255 (100% from 255) = 44.5%

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

R = 41.54%
G = 44.5%
B = 13.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#EEFF50 (or 0xEEFF50) is known color: Paris Daisy. HEX triplet: EE, FF and 50. RGB value is (238,255,80). Sum of RGB (Red+Green+Blue) = 238+255+80=573 (75% of max value = 765). Red value is 238 (93.36% from 255 or 41.54% from 573); Green value is 255 (100% from 255 or 44.50% from 573); Blue value is 80 (31.64% from 255 or 13.96% from 573); Max value from RGB is 255 - color contains mainly: green. Hex color #EEFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EEFF50 is #1100AF. Grayscale: #E6E6E6. Windows color (decimal): -1114288 or 5308398. OLE color: 5308398.

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

Color convert

RGB 238 255 80 -
CMYK 0.07 0 0.69 0
HSL 65.83º 1% 0.66% -
HSV(B) 65.83º 0.69% 1% -
XYZ 72.47 90.28 21.2 -
YUV 229.97 43.37 133.73 -
System Red Green Blue C M Y K H S L
Decimal 238 255 80 0.07 0 0.69 0 65.83 1 0.66
Hex EE FF 50 7 0 45 0 42 64 42
Octal 356 377 120 7 0 105 0 102 144 102
Binary 11101110 11111111 1010000 111 0 1000101 0 1000010 1100100 1000010

Color Harmonies of #EEFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EEFF50

Black with #EEFF50

Text Example


Text Example

White with #EEFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EEFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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