Html Css Color HEX #EDF97C Dolly

📋 copy color: '#EDF97C'

red 237 ◦ green 249 ◦ blue 124

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

Shades of Dolly #EDF97C

Tints of Dolly #EDF97C

RGB

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

 GREEN value IS 249 (97.66% from 255) = 40.82%

 BLUE value IS 124 (48.83% from 255) = 20.33%

R = 38.85%
G = 40.82%
B = 20.33%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#EDF97C (or 0xEDF97C) is known color: Dolly. HEX triplet: ED, F9 and 7C. RGB value is (237,249,124). Sum of RGB (Red+Green+Blue) = 237+249+124=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 249 (97.66% from 255 or 40.82% from 610); Blue value is 124 (48.83% from 255 or 20.33% from 610); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF97C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF97C is #120683. Grayscale: #E7E7E7. Windows color (decimal): -1181316 or 8190445. OLE color: 8190445.

HSL color Cylindrical-coordinate representation of color #EDF97C: hue angle of 65.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF97C is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 249 124 -
CMYK 0.05 0 0.50 0.02
HSL 65.76º 0.91% 0.73% -
HSV(B) 65.76º 0.5% 0.98% -
XYZ 72.44 87.21 32.08 -
YUV 231.16 67.52 132.16 -
System Red Green Blue C M Y K H S L
Decimal 237 249 124 0.05 0 0.50 0.02 65.76 0.91 0.73
Hex ED F9 7C 5 0 32 2 42 5B 49
Octal 355 371 174 5 0 62 2 102 133 111
Binary 11101101 11111001 1111100 101 0 110010 10 1000010 1011011 1001001

Color Harmonies of #EDF97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF97C

Black with #EDF97C

Text Example


Text Example

White with #EDF97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF97C; }

 p { color: rgb(237,249,124); }

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

background-color css

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

 a { background-color: rgb(237,249,124); }

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

border-color css

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

 span { border-color: rgb(237,249,124); }

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