#EDFA7B

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

Shades of Dolly #EDFA7B

Tints of Dolly #EDFA7B

Color information

#EDFA7B (or 0xEDFA7B) is unknown color: approx Dolly. HEX triplet: ED, FA and 7B. RGB value is (237,250,123). Sum of RGB (Red+Green+Blue) = 237+250+123=610 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.85% from 610); Green value is 250 (98.05% from 255 or 40.98% from 610); Blue value is 123 (48.44% from 255 or 20.16% from 610); Max value from RGB is 250 - color contains mainly: green. Hex color #EDFA7B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFA7B is #120584. Grayscale: #E8E8E8. Windows color (decimal): -1181061 or 8125165. OLE color: 8125165.

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

Color convert

RGB237250123-
CMYK0.0500.510.02
HSL66.14º92.7%73.14%-
HSV(B)66.14º50.8%98.04%-
XYZ72.6987.8131.86-
YUV231.6466.69131.83-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.85%
GREEN value IS 250 (98.05% from 255) = 40.98%
BLUE value IS 123 (48.44% from 255) = 20.16%
R=38.85%
G=40.98%
B=20.16%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2372501230.0500.510.0266.1492.773.14
HexEDFA7B50332425d49
Octal35537217350632102135111
Binary11101101111110101111011101011001110100001010111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFA7B; }

 p { color: rgb(237,250,123); }

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

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

 a { background-color: rgb(237,250,123); }

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

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

 span { border-color: rgb(237,250,123); }

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