Html Css Color HEX #EDF654 Paris Daisy

📋 copy color: '#EDF654'

red 237 ◦ green 246 ◦ blue 84

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

Shades of Paris Daisy #EDF654

Tints of Paris Daisy #EDF654

RGB

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

 GREEN value IS 246 (96.48% from 255) = 43.39%

 BLUE value IS 84 (33.2% from 255) = 14.81%

R = 41.8%
G = 43.39%
B = 14.81%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.04

RGB Variations

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

Color information

#EDF654 (or 0xEDF654) is known color: Paris Daisy. HEX triplet: ED, F6 and 54. RGB value is (237,246,84). Sum of RGB (Red+Green+Blue) = 237+246+84=567 (75% of max value = 765). Red value is 237 (92.97% from 255 or 41.80% from 567); Green value is 246 (96.48% from 255 or 43.39% from 567); Blue value is 84 (33.20% from 255 or 14.81% from 567); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF654 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF654 is #1209AB. Grayscale: #E1E1E1. Windows color (decimal): -1182124 or 5568237. OLE color: 5568237.

HSL color Cylindrical-coordinate representation of color #EDF654: hue angle of 63.33º degrees, saturation: 0.9, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #EDF654 is Cyan = 0.04, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 84 -
CMYK 0.04 0 0.66 0.04
HSL 63.33º 0.9% 0.65% -
HSV(B) 63.33º 0.66% 0.96% -
XYZ 69.48 84.56 21.05 -
YUV 224.84 48.52 136.67 -
System Red Green Blue C M Y K H S L
Decimal 237 246 84 0.04 0 0.66 0.04 63.33 0.9 0.65
Hex ED F6 54 4 0 42 4 3F 5A 41
Octal 355 366 124 4 0 102 4 77 132 101
Binary 11101101 11110110 1010100 100 0 1000010 100 111111 1011010 1000001

Color Harmonies of #EDF654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF654

Black with #EDF654

Text Example


Text Example

White with #EDF654

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF654; }

 p { color: rgb(237,246,84); }

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

background-color css

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

 a { background-color: rgb(237,246,84); }

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

border-color css

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

 span { border-color: rgb(237,246,84); }

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