Html Css Color HEX #EDF144 Paris Daisy

📋 copy color: '#EDF144'

red 237 ◦ green 241 ◦ blue 68

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

Shades of Paris Daisy #EDF144

Tints of Paris Daisy #EDF144

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 12.45%

R = 43.41%
G = 44.14%
B = 12.45%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.72

 K value IS 0.05

RGB Variations

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

Color information

#EDF144 (or 0xEDF144) is known color: Paris Daisy. HEX triplet: ED, F1 and 44. RGB value is (237,241,68). Sum of RGB (Red+Green+Blue) = 237+241+68=546 (72% of max value = 765). Red value is 237 (92.97% from 255 or 43.41% from 546); Green value is 241 (94.53% from 255 or 44.14% from 546); Blue value is 68 (26.95% from 255 or 12.45% from 546); Max value from RGB is 241 - color contains mainly: green. Hex color #EDF144 is not a web safe color. Web safe color analog (approx): #FFFF33. Inversed color of #EDF144 is #120EBB. Grayscale: #DCDCDC. Windows color (decimal): -1183420 or 4518381. OLE color: 4518381.

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

Color convert

RGB 237 241 68 -
CMYK 0.02 0 0.72 0.05
HSL 61.39º 0.86% 0.61% -
HSV(B) 61.39º 0.72% 0.95% -
XYZ 67.42 81.33 17.61 -
YUV 220.08 42.17 140.07 -
System Red Green Blue C M Y K H S L
Decimal 237 241 68 0.02 0 0.72 0.05 61.39 0.86 0.61
Hex ED F1 44 2 0 48 5 3D 56 3D
Octal 355 361 104 2 0 110 5 75 126 75
Binary 11101101 11110001 1000100 10 0 1001000 101 111101 1010110 111101

Color Harmonies of #EDF144

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF144

Black with #EDF144

Text Example


Text Example

White with #EDF144

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF144; }

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

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

background-color css

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

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

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

border-color css

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

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

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