Html Css Color HEX #EDF770 Dolly

📋 copy color: '#EDF770'

red 237 ◦ green 247 ◦ blue 112

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

Shades of Dolly #EDF770

Tints of Dolly #EDF770

RGB

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

 GREEN value IS 247 (96.88% from 255) = 41.44%

 BLUE value IS 112 (44.14% from 255) = 18.79%

R = 39.77%
G = 41.44%
B = 18.79%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.55

 K value IS 0.03

RGB Variations

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

Color information

#EDF770 (or 0xEDF770) is known color: Dolly. HEX triplet: ED, F7 and 70. RGB value is (237,247,112). Sum of RGB (Red+Green+Blue) = 237+247+112=596 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.77% from 596); Green value is 247 (96.88% from 255 or 41.44% from 596); Blue value is 112 (44.14% from 255 or 18.79% from 596); Max value from RGB is 247 - color contains mainly: green. Hex color #EDF770 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF770 is #12088F. Grayscale: #E5E5E5. Windows color (decimal): -1181840 or 7403501. OLE color: 7403501.

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

Color convert

RGB 237 247 112 -
CMYK 0.04 0 0.55 0.03
HSL 64.44º 0.89% 0.7% -
HSV(B) 64.44º 0.55% 0.97% -
XYZ 71.11 85.7 28.12 -
YUV 228.62 62.19 133.98 -
System Red Green Blue C M Y K H S L
Decimal 237 247 112 0.04 0 0.55 0.03 64.44 0.89 0.7
Hex ED F7 70 4 0 37 3 40 59 46
Octal 355 367 160 4 0 67 3 100 131 106
Binary 11101101 11110111 1110000 100 0 110111 11 1000000 1011001 1000110

Color Harmonies of #EDF770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF770

Black with #EDF770

Text Example


Text Example

White with #EDF770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF770; }

 p { color: rgb(237,247,112); }

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

background-color css

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

 a { background-color: rgb(237,247,112); }

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

border-color css

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

 span { border-color: rgb(237,247,112); }

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