Html Css Color HEX #EDFE51 Paris Daisy

📋 copy color: '#EDFE51'

red 237 ◦ green 254 ◦ blue 81

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

Shades of Paris Daisy #EDFE51

Tints of Paris Daisy #EDFE51

RGB

 RED value IS 237 (92.97% from 255) = 41.43%

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

 BLUE value IS 81 (32.03% from 255) = 14.16%

R = 41.43%
G = 44.41%
B = 14.16%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.68

 K value IS 0.00

RGB Variations

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

Color information

#EDFE51 (or 0xEDFE51) is known color: Paris Daisy. HEX triplet: ED, FE and 51. RGB value is (237,254,81). Sum of RGB (Red+Green+Blue) = 237+254+81=572 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.43% from 572); Green value is 254 (99.61% from 255 or 44.41% from 572); Blue value is 81 (32.03% from 255 or 14.16% from 572); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE51 is #1201AE. Grayscale: #E5E5E5. Windows color (decimal): -1180079 or 5373677. OLE color: 5373677.

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

Color convert

RGB 237 254 81 -
CMYK 0.07 0 0.68 0.00
HSL 65.9º 0.99% 0.66% -
HSV(B) 65.9º 0.68% 1% -
XYZ 71.85 89.48 21.27 -
YUV 229.2 44.37 133.57 -
System Red Green Blue C M Y K H S L
Decimal 237 254 81 0.07 0 0.68 0.00 65.9 0.99 0.66
Hex ED FE 51 7 0 44 0 42 63 42
Octal 355 376 121 7 0 104 0 102 143 102
Binary 11101101 11111110 1010001 111 0 1000100 0 1000010 1100011 1000010

Color Harmonies of #EDFE51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFE51

Black with #EDFE51

Text Example


Text Example

White with #EDFE51

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFE51; }

 p { color: rgb(237,254,81); }

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

background-color css

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

 a { background-color: rgb(237,254,81); }

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

border-color css

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

 span { border-color: rgb(237,254,81); }

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