Html Css Color HEX #EBFE50 Paris Daisy

📋 copy color: '#EBFE50'

red 235 ◦ green 254 ◦ blue 80

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

Shades of Paris Daisy #EBFE50

Tints of Paris Daisy #EBFE50

RGB

 RED value IS 235 (92.19% from 255) = 41.3%

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

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

R = 41.3%
G = 44.64%
B = 14.06%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.69

 K value IS 0.00

RGB Variations

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

Color information

#EBFE50 (or 0xEBFE50) is known color: Paris Daisy. HEX triplet: EB, FE and 50. RGB value is (235,254,80). Sum of RGB (Red+Green+Blue) = 235+254+80=569 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.30% from 569); Green value is 254 (99.61% from 255 or 44.64% from 569); Blue value is 80 (31.64% from 255 or 14.06% from 569); Max value from RGB is 254 - color contains mainly: green. Hex color #EBFE50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFE50 is #1401AF. Grayscale: #E5E5E5. Windows color (decimal): -1311152 or 5308139. OLE color: 5308139.

HSL color Cylindrical-coordinate representation of color #EBFE50: hue angle of 66.55º 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 #EBFE50 is Cyan = 0.07, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.00.

Color convert

RGB 235 254 80 -
CMYK 0.07 0 0.69 0.00
HSL 66.55º 0.99% 0.65% -
HSV(B) 66.55º 0.69% 1% -
XYZ 71.15 89.12 21.04 -
YUV 228.48 44.21 132.65 -
System Red Green Blue C M Y K H S L
Decimal 235 254 80 0.07 0 0.69 0.00 66.55 0.99 0.65
Hex EB FE 50 7 0 45 0 43 63 41
Octal 353 376 120 7 0 105 0 103 143 101
Binary 11101011 11111110 1010000 111 0 1000101 0 1000011 1100011 1000001

Color Harmonies of #EBFE50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFE50

Black with #EBFE50

Text Example


Text Example

White with #EBFE50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFE50; }

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

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

background-color css

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

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

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

border-color css

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

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

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