Html Css Color HEX #EBFF50 Paris Daisy

📋 copy color: '#EBFF50'

red 235 ◦ green 255 ◦ blue 80

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

Shades of Paris Daisy #EBFF50

Tints of Paris Daisy #EBFF50

RGB

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

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

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

R = 41.23%
G = 44.74%
B = 14.04%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.69

 K value IS 0

RGB Variations

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

Color information

#EBFF50 (or 0xEBFF50) is known color: Paris Daisy. HEX triplet: EB, FF and 50. RGB value is (235,255,80). Sum of RGB (Red+Green+Blue) = 235+255+80=570 (75% of max value = 765). Red value is 235 (92.19% from 255 or 41.23% from 570); Green value is 255 (100% from 255 or 44.74% from 570); Blue value is 80 (31.64% from 255 or 14.04% from 570); Max value from RGB is 255 - color contains mainly: green. Hex color #EBFF50 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EBFF50 is #1400AF. Grayscale: #E5E5E5. Windows color (decimal): -1310896 or 5308395. OLE color: 5308395.

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

Color convert

RGB 235 255 80 -
CMYK 0.08 0 0.69 0
HSL 66.86º 1% 0.66% -
HSV(B) 66.86º 0.69% 1% -
XYZ 71.47 89.76 21.15 -
YUV 229.07 43.87 132.23 -
System Red Green Blue C M Y K H S L
Decimal 235 255 80 0.08 0 0.69 0 66.86 1 0.66
Hex EB FF 50 8 0 45 0 43 64 42
Octal 353 377 120 10 0 105 0 103 144 102
Binary 11101011 11111111 1010000 1000 0 1000101 0 1000011 1100100 1000010

Color Harmonies of #EBFF50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFF50

Black with #EBFF50

Text Example


Text Example

White with #EBFF50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFF50; }

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

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

background-color css

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

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

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

border-color css

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

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

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