Html Css Color HEX #EDF254 Paris Daisy

📋 copy color: '#EDF254'

red 237 ◦ green 242 ◦ blue 84

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

Shades of Paris Daisy #EDF254

Tints of Paris Daisy #EDF254

RGB

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

 GREEN value IS 242 (94.92% from 255) = 42.98%

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

R = 42.1%
G = 42.98%
B = 14.92%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.65

 K value IS 0.05

RGB Variations

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

Color information

#EDF254 (or 0xEDF254) is known color: Paris Daisy. HEX triplet: ED, F2 and 54. RGB value is (237,242,84). Sum of RGB (Red+Green+Blue) = 237+242+84=563 (74% of max value = 765). Red value is 237 (92.97% from 255 or 42.10% from 563); Green value is 242 (94.92% from 255 or 42.98% from 563); Blue value is 84 (33.20% from 255 or 14.92% from 563); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF254 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF254 is #120DAB. Grayscale: #DFDFDF. Windows color (decimal): -1183148 or 5567213. OLE color: 5567213.

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

Color convert

RGB 237 242 84 -
CMYK 0.02 0 0.65 0.05
HSL 61.9º 0.86% 0.64% -
HSV(B) 61.9º 0.65% 0.95% -
XYZ 68.28 82.15 20.65 -
YUV 222.49 49.84 138.35 -
System Red Green Blue C M Y K H S L
Decimal 237 242 84 0.02 0 0.65 0.05 61.9 0.86 0.64
Hex ED F2 54 2 0 41 5 3E 56 40
Octal 355 362 124 2 0 101 5 76 126 100
Binary 11101101 11110010 1010100 10 0 1000001 101 111110 1010110 1000000

Color Harmonies of #EDF254

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF254

Black with #EDF254

Text Example


Text Example

White with #EDF254

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF254; }

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

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

background-color css

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

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

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

border-color css

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

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

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