Html Css Color HEX #EDF678 Dolly

📋 copy color: '#EDF678'

red 237 ◦ green 246 ◦ blue 120

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

Shades of Dolly #EDF678

Tints of Dolly #EDF678

RGB

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

 GREEN value IS 246 (96.48% from 255) = 40.8%

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

R = 39.3%
G = 40.8%
B = 19.9%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#EDF678 (or 0xEDF678) is known color: Dolly. HEX triplet: ED, F6 and 78. RGB value is (237,246,120). Sum of RGB (Red+Green+Blue) = 237+246+120=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 246 (96.48% from 255 or 40.80% from 603); Blue value is 120 (47.27% from 255 or 19.90% from 603); Max value from RGB is 246 - color contains mainly: green. Hex color #EDF678 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF678 is #120987. Grayscale: #E5E5E5. Windows color (decimal): -1182088 or 7927533. OLE color: 7927533.

HSL color Cylindrical-coordinate representation of color #EDF678: hue angle of 64.29º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDF678 is Cyan = 0.04, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.04.

Color convert

RGB 237 246 120 -
CMYK 0.04 0 0.51 0.04
HSL 64.29º 0.88% 0.72% -
HSV(B) 64.29º 0.51% 0.96% -
XYZ 71.27 85.27 30.47 -
YUV 228.95 66.52 133.75 -
System Red Green Blue C M Y K H S L
Decimal 237 246 120 0.04 0 0.51 0.04 64.29 0.88 0.72
Hex ED F6 78 4 0 33 4 40 58 48
Octal 355 366 170 4 0 63 4 100 130 110
Binary 11101101 11110110 1111000 100 0 110011 100 1000000 1011000 1001000

Color Harmonies of #EDF678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF678

Black with #EDF678

Text Example


Text Example

White with #EDF678

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF678; }

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

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

background-color css

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

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

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

border-color css

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

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

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