Html Css Color HEX #EBFC41 Paris Daisy

📋 copy color: '#EBFC41'

red 235 ◦ green 252 ◦ blue 65

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

Shades of Paris Daisy #EBFC41

Tints of Paris Daisy #EBFC41

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.65%

 BLUE value IS 65 (25.78% from 255) = 11.78%

R = 42.57%
G = 45.65%
B = 11.78%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.74

 K value IS 0.01

RGB Variations

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

Color information

#EBFC41 (or 0xEBFC41) is known color: Paris Daisy. HEX triplet: EB, FC and 41. RGB value is (235,252,65). Sum of RGB (Red+Green+Blue) = 235+252+65=552 (73% of max value = 765). Red value is 235 (92.19% from 255 or 42.57% from 552); Green value is 252 (98.83% from 255 or 45.65% from 552); Blue value is 65 (25.78% from 255 or 11.78% from 552); Max value from RGB is 252 - color contains mainly: green. Hex color #EBFC41 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EBFC41 is #1403BE. Grayscale: #E2E2E2. Windows color (decimal): -1311679 or 4324587. OLE color: 4324587.

HSL color Cylindrical-coordinate representation of color #EBFC41: hue angle of 65.45º degrees, saturation: 0.97, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #EBFC41 is Cyan = 0.07, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.01.

Color convert

RGB 235 252 65 -
CMYK 0.07 0 0.74 0.01
HSL 65.45º 0.97% 0.62% -
HSV(B) 65.45º 0.74% 0.99% -
XYZ 70.03 87.66 18.23 -
YUV 225.6 37.37 134.71 -
System Red Green Blue C M Y K H S L
Decimal 235 252 65 0.07 0 0.74 0.01 65.45 0.97 0.62
Hex EB FC 41 7 0 4A 1 41 61 3E
Octal 353 374 101 7 0 112 1 101 141 76
Binary 11101011 11111100 1000001 111 0 1001010 1 1000001 1100001 111110

Color Harmonies of #EBFC41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EBFC41

Black with #EBFC41

Text Example


Text Example

White with #EBFC41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EBFC41; }

 p { color: rgb(235,252,65); }

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

background-color css

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

 a { background-color: rgb(235,252,65); }

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

border-color css

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

 span { border-color: rgb(235,252,65); }

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