Html Css Color HEX #EDF446 Paris Daisy

📋 copy color: '#EDF446'

red 237 ◦ green 244 ◦ blue 70

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

Shades of Paris Daisy #EDF446

Tints of Paris Daisy #EDF446

RGB

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

 GREEN value IS 244 (95.7% from 255) = 44.28%

 BLUE value IS 70 (27.73% from 255) = 12.7%

R = 43.01%
G = 44.28%
B = 12.7%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.71

 K value IS 0.04

RGB Variations

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

Color information

#EDF446 (or 0xEDF446) is known color: Paris Daisy. HEX triplet: ED, F4 and 46. RGB value is (237,244,70). Sum of RGB (Red+Green+Blue) = 237+244+70=551 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.01% from 551); Green value is 244 (95.70% from 255 or 44.28% from 551); Blue value is 70 (27.73% from 255 or 12.70% from 551); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF446 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF446 is #120BB9. Grayscale: #DEDEDE. Windows color (decimal): -1182650 or 4650221. OLE color: 4650221.

HSL color Cylindrical-coordinate representation of color #EDF446: hue angle of 62.41º degrees, saturation: 0.89, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #EDF446 is Cyan = 0.03, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 70 -
CMYK 0.03 0 0.71 0.04
HSL 62.41º 0.89% 0.62% -
HSV(B) 62.41º 0.71% 0.96% -
XYZ 68.38 83.15 18.24 -
YUV 222.07 42.18 138.65 -
System Red Green Blue C M Y K H S L
Decimal 237 244 70 0.03 0 0.71 0.04 62.41 0.89 0.62
Hex ED F4 46 3 0 47 4 3E 59 3E
Octal 355 364 106 3 0 107 4 76 131 76
Binary 11101101 11110100 1000110 11 0 1000111 100 111110 1011001 111110

Color Harmonies of #EDF446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF446

Black with #EDF446

Text Example


Text Example

White with #EDF446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF446; }

 p { color: rgb(237,244,70); }

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

background-color css

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

 a { background-color: rgb(237,244,70); }

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

border-color css

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

 span { border-color: rgb(237,244,70); }

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