Html Css Color HEX #EDFF45 Paris Daisy

📋 copy color: '#EDFF45'

red 237 ◦ green 255 ◦ blue 69

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

Shades of Paris Daisy #EDFF45

Tints of Paris Daisy #EDFF45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 12.3%

R = 42.25%
G = 45.45%
B = 12.3%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.73

 K value IS 0

RGB Variations

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

Color information

#EDFF45 (or 0xEDFF45) is known color: Paris Daisy. HEX triplet: ED, FF and 45. RGB value is (237,255,69). Sum of RGB (Red+Green+Blue) = 237+255+69=561 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.25% from 561); Green value is 255 (100% from 255 or 45.45% from 561); Blue value is 69 (27.34% from 255 or 12.30% from 561); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF45 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDFF45 is #1200BA. Grayscale: #E5E5E5. Windows color (decimal): -1179835 or 4587501. OLE color: 4587501.

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

Color convert

RGB 237 255 69 -
CMYK 0.07 0 0.73 0
HSL 65.81º 1% 0.64% -
HSV(B) 65.81º 0.73% 1% -
XYZ 71.76 89.95 19.21 -
YUV 228.41 38.04 134.12 -
System Red Green Blue C M Y K H S L
Decimal 237 255 69 0.07 0 0.73 0 65.81 1 0.64
Hex ED FF 45 7 0 49 0 42 64 40
Octal 355 377 105 7 0 111 0 102 144 100
Binary 11101101 11111111 1000101 111 0 1001001 0 1000010 1100100 1000000

Color Harmonies of #EDFF45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF45

Black with #EDFF45

Text Example


Text Example

White with #EDFF45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF45; }

 p { color: rgb(237,255,69); }

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

background-color css

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

 a { background-color: rgb(237,255,69); }

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

border-color css

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

 span { border-color: rgb(237,255,69); }

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