Html Css Color HEX #EDF878 Dolly

📋 copy color: '#EDF878'

red 237 ◦ green 248 ◦ blue 120

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

Shades of Dolly #EDF878

Tints of Dolly #EDF878

RGB

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

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

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

R = 39.17%
G = 40.99%
B = 19.83%

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

#EDF878 (or 0xEDF878) is known color: Dolly. HEX triplet: ED, F8 and 78. RGB value is (237,248,120). Sum of RGB (Red+Green+Blue) = 237+248+120=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 120 (47.27% from 255 or 19.83% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF878 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF878 is #120787. Grayscale: #E6E6E6. Windows color (decimal): -1181576 or 7928045. OLE color: 7928045.

HSL color Cylindrical-coordinate representation of color #EDF878: hue angle of 65.16º 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 #EDF878 is Cyan = 0.04, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 120 -
CMYK 0.04 0 0.52 0.03
HSL 65.16º 0.9% 0.72% -
HSV(B) 65.16º 0.52% 0.97% -
XYZ 71.88 86.5 30.68 -
YUV 230.12 65.86 132.91 -
System Red Green Blue C M Y K H S L
Decimal 237 248 120 0.04 0 0.52 0.03 65.16 0.9 0.72
Hex ED F8 78 4 0 34 3 41 5A 48
Octal 355 370 170 4 0 64 3 101 132 110
Binary 11101101 11111000 1111000 100 0 110100 11 1000001 1011010 1001000

Color Harmonies of #EDF878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF878

Black with #EDF878

Text Example


Text Example

White with #EDF878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF878; }

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

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

background-color css

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

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

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

border-color css

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

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

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