Html Css Color HEX #EDF978 Dolly

📋 copy color: '#EDF978'

red 237 ◦ green 249 ◦ blue 120

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

Shades of Dolly #EDF978

Tints of Dolly #EDF978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 19.8%

R = 39.11%
G = 41.09%
B = 19.8%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.02

RGB Variations

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

Color information

#EDF978 (or 0xEDF978) is known color: Dolly. HEX triplet: ED, F9 and 78. RGB value is (237,249,120). Sum of RGB (Red+Green+Blue) = 237+249+120=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 249 (97.66% from 255 or 41.09% from 606); Blue value is 120 (47.27% from 255 or 19.80% from 606); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF978 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF978 is #120687. Grayscale: #E7E7E7. Windows color (decimal): -1181320 or 7928301. OLE color: 7928301.

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

Color convert

RGB 237 249 120 -
CMYK 0.05 0 0.52 0.02
HSL 65.58º 0.91% 0.72% -
HSV(B) 65.58º 0.52% 0.98% -
XYZ 72.19 87.11 30.78 -
YUV 230.71 65.52 132.49 -
System Red Green Blue C M Y K H S L
Decimal 237 249 120 0.05 0 0.52 0.02 65.58 0.91 0.72
Hex ED F9 78 5 0 34 2 42 5B 48
Octal 355 371 170 5 0 64 2 102 133 110
Binary 11101101 11111001 1111000 101 0 110100 10 1000010 1011011 1001000

Color Harmonies of #EDF978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF978

Black with #EDF978

Text Example


Text Example

White with #EDF978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF978; }

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

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

background-color css

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

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

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

border-color css

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

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

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