Html Css Color HEX #EDF479 Dolly

📋 copy color: '#EDF479'

red 237 ◦ green 244 ◦ blue 121

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

Shades of Dolly #EDF479

Tints of Dolly #EDF479

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 20.1%

R = 39.37%
G = 40.53%
B = 20.1%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.50

 K value IS 0.04

RGB Variations

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

Color information

#EDF479 (or 0xEDF479) is known color: Dolly. HEX triplet: ED, F4 and 79. RGB value is (237,244,121). Sum of RGB (Red+Green+Blue) = 237+244+121=602 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.37% from 602); Green value is 244 (95.70% from 255 or 40.53% from 602); Blue value is 121 (47.66% from 255 or 20.10% from 602); Max value from RGB is 244 - color contains mainly: green. Hex color #EDF479 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF479 is #120B86. Grayscale: #E4E4E4. Windows color (decimal): -1182599 or 7992557. OLE color: 7992557.

HSL color Cylindrical-coordinate representation of color #EDF479: hue angle of 63.41º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF479 is Cyan = 0.03, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 244 121 -
CMYK 0.03 0 0.50 0.04
HSL 63.41º 0.85% 0.72% -
HSV(B) 63.41º 0.5% 0.96% -
XYZ 70.73 84.09 30.59 -
YUV 227.89 67.68 134.5 -
System Red Green Blue C M Y K H S L
Decimal 237 244 121 0.03 0 0.50 0.04 63.41 0.85 0.72
Hex ED F4 79 3 0 32 4 3F 55 48
Octal 355 364 171 3 0 62 4 77 125 110
Binary 11101101 11110100 1111001 11 0 110010 100 111111 1010101 1001000

Color Harmonies of #EDF479

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF479

Black with #EDF479

Text Example


Text Example

White with #EDF479

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF479; }

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

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

background-color css

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

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

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

border-color css

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

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

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