Html Css Color HEX #EDF145 Paris Daisy

📋 copy color: '#EDF145'

red 237 ◦ green 241 ◦ blue 69

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

Shades of Paris Daisy #EDF145

Tints of Paris Daisy #EDF145

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.06%

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

R = 43.33%
G = 44.06%
B = 12.61%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.71

 K value IS 0.05

RGB Variations

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

Color information

#EDF145 (or 0xEDF145) is known color: Paris Daisy. HEX triplet: ED, F1 and 45. RGB value is (237,241,69). Sum of RGB (Red+Green+Blue) = 237+241+69=547 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.33% from 547); Green value is 241 (94.53% from 255 or 44.06% from 547); Blue value is 69 (27.34% from 255 or 12.61% from 547); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF145 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF145 is #120EBA. Grayscale: #DCDCDC. Windows color (decimal): -1183419 or 4583917. OLE color: 4583917.

HSL color Cylindrical-coordinate representation of color #EDF145: hue angle of 61.4º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDF145 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.05.

Color convert

RGB 237 241 69 -
CMYK 0.02 0 0.71 0.05
HSL 61.4º 0.86% 0.61% -
HSV(B) 61.4º 0.71% 0.95% -
XYZ 67.45 81.34 17.78 -
YUV 220.2 42.67 139.99 -
System Red Green Blue C M Y K H S L
Decimal 237 241 69 0.02 0 0.71 0.05 61.4 0.86 0.61
Hex ED F1 45 2 0 47 5 3D 56 3D
Octal 355 361 105 2 0 107 5 75 126 75
Binary 11101101 11110001 1000101 10 0 1000111 101 111101 1010110 111101

Color Harmonies of #EDF145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF145

Black with #EDF145

Text Example


Text Example

White with #EDF145

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF145; }

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

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

background-color css

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

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

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

border-color css

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

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

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