#EDFC51

Color #EDFC51 Paris Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Paris Daisy #EDFC51

Tints of Paris Daisy #EDFC51

Color information

#EDFC51 (or 0xEDFC51) is unknown color: approx Paris Daisy. HEX triplet: ED, FC and 51. RGB value is (237,252,81). Sum of RGB (Red+Green+Blue) = 237+252+81=570 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.58% from 570); Green value is 252 (98.83% from 255 or 44.21% from 570); Blue value is 81 (32.03% from 255 or 14.21% from 570); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC51 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC51 is #1203AE. Grayscale: #E4E4E4. Windows color (decimal): -1180591 or 5373165. OLE color: 5373165.

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

Color convert

RGB23725281-
CMYK0.0600.680.01
HSL65.26º96.61%65.29%-
HSV(B)65.26º67.86%98.82%-
XYZ71.2288.2221.06-
YUV228.0245.03134.4-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 41.58%
GREEN value IS 252 (98.83% from 255) = 44.21%
BLUE value IS 81 (32.03% from 255) = 14.21%
R=41.58%
G=44.21%
B=14.21%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal237252810.0600.680.0165.2696.6165.29
HexEDFC5160441416141
Octal355374121601041101141101
Binary11101101111111001010001110010001001100000111000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFC51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFC51; }

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

 H1.HeaderClassName
 {
   color: #EDFC51;
 }
 .AnyTagClassName
 {
   color: #EDFC51;
 }
</style>
background-color css

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

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

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

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

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

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