#EDFE73

Color #EDFE73 Dolly (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dolly #EDFE73

Tints of Dolly #EDFE73

Color information

#EDFE73 (or 0xEDFE73) is unknown color: approx Dolly. HEX triplet: ED, FE and 73. RGB value is (237,254,115). Sum of RGB (Red+Green+Blue) = 237+254+115=606 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.11% from 606); Green value is 254 (99.61% from 255 or 41.91% from 606); Blue value is 115 (45.31% from 255 or 18.98% from 606); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFE73 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFE73 is #12018C. Grayscale: #E9E9E9. Windows color (decimal): -1180045 or 7601901. OLE color: 7601901.

HSL color Cylindrical-coordinate representation of color #EDFE73: hue angle of 67.34º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #EDFE73 is Cyan = 0.07, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.00.

Color convert

RGB237254115-
CMYK0.0700.550.00
HSL67.34º98.58%72.35%-
HSV(B)67.34º54.72%99.61%-
XYZ73.4690.1329.74-
YUV233.0761.37130.8-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.11%
GREEN value IS 254 (99.61% from 255) = 41.91%
BLUE value IS 115 (45.31% from 255) = 18.98%
R=39.11%
G=41.91%
B=18.98%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2372541150.0700.550.0067.3498.5872.35
HexEDFE7370370436348
Octal35537616370670103143110
Binary1110110111111110111001111101101110100001111000111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFE73; }

 p { color: rgb(237,254,115); }

 H1.HeaderClassName
 {
   color: #EDFE73;
 }
 .AnyTagClassName
 {
   color: #EDFE73;
 }
</style>
background-color css

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

 a { background-color: rgb(237,254,115); }

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

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

 span { border-color: rgb(237,254,115); }

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