Html Css Color HEX #EDF872 Dolly

📋 copy color: '#EDF872'

red 237 ◦ green 248 ◦ blue 114

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

Shades of Dolly #EDF872

Tints of Dolly #EDF872

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.4%

 BLUE value IS 114 (44.92% from 255) = 19.03%

R = 39.57%
G = 41.4%
B = 19.03%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.54

 K value IS 0.03

RGB Variations

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

Color information

#EDF872 (or 0xEDF872) is known color: Dolly. HEX triplet: ED, F8 and 72. RGB value is (237,248,114). Sum of RGB (Red+Green+Blue) = 237+248+114=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 248 (97.27% from 255 or 41.40% from 599); Blue value is 114 (44.92% from 255 or 19.03% from 599); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF872 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF872 is #12078D. Grayscale: #E5E5E5. Windows color (decimal): -1181582 or 7534829. OLE color: 7534829.

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

Color convert

RGB 237 248 114 -
CMYK 0.04 0 0.54 0.03
HSL 64.93º 0.91% 0.71% -
HSV(B) 64.93º 0.54% 0.97% -
XYZ 71.53 86.35 28.82 -
YUV 229.44 62.86 133.4 -
System Red Green Blue C M Y K H S L
Decimal 237 248 114 0.04 0 0.54 0.03 64.93 0.91 0.71
Hex ED F8 72 4 0 36 3 41 5B 47
Octal 355 370 162 4 0 66 3 101 133 107
Binary 11101101 11111000 1110010 100 0 110110 11 1000001 1011011 1000111

Color Harmonies of #EDF872

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF872

Black with #EDF872

Text Example


Text Example

White with #EDF872

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF872; }

 p { color: rgb(237,248,114); }

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

background-color css

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

 a { background-color: rgb(237,248,114); }

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

border-color css

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

 span { border-color: rgb(237,248,114); }

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