Html Css Color HEX #EDF876 Dolly

📋 copy color: '#EDF876'

red 237 ◦ green 248 ◦ blue 118

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

Shades of Dolly #EDF876

Tints of Dolly #EDF876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 19.57%

R = 39.3%
G = 41.13%
B = 19.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#EDF876 (or 0xEDF876) is known color: Dolly. HEX triplet: ED, F8 and 76. RGB value is (237,248,118). Sum of RGB (Red+Green+Blue) = 237+248+118=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 248 (97.27% from 255 or 41.13% from 603); Blue value is 118 (46.48% from 255 or 19.57% from 603); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF876 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF876 is #120789. Grayscale: #E6E6E6. Windows color (decimal): -1181578 or 7796973. OLE color: 7796973.

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

Color convert

RGB 237 248 118 -
CMYK 0.04 0 0.52 0.03
HSL 65.08º 0.9% 0.72% -
HSV(B) 65.08º 0.52% 0.97% -
XYZ 71.76 86.45 30.04 -
YUV 229.89 64.86 133.07 -
System Red Green Blue C M Y K H S L
Decimal 237 248 118 0.04 0 0.52 0.03 65.08 0.9 0.72
Hex ED F8 76 4 0 34 3 41 5A 48
Octal 355 370 166 4 0 64 3 101 132 110
Binary 11101101 11111000 1110110 100 0 110100 11 1000001 1011010 1001000

Color Harmonies of #EDF876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF876

Black with #EDF876

Text Example


Text Example

White with #EDF876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF876; }

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

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

background-color css

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

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

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

border-color css

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

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

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