#EDF97B

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

Shades of Dolly #EDF97B

Tints of Dolly #EDF97B

Color information

#EDF97B (or 0xEDF97B) is unknown color: approx Dolly. HEX triplet: ED, F9 and 7B. RGB value is (237,249,123). Sum of RGB (Red+Green+Blue) = 237+249+123=609 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.92% from 609); Green value is 249 (97.66% from 255 or 40.89% from 609); Blue value is 123 (48.44% from 255 or 20.20% from 609); Max value from RGB is 249 - color contains mainly: green. Hex color #EDF97B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF97B is #120684. Grayscale: #E7E7E7. Windows color (decimal): -1181317 or 8124909. OLE color: 8124909.

HSL color Cylindrical-coordinate representation of color #EDF97B: hue angle of 65.71º degrees, saturation: 0.91, 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 #EDF97B is Cyan = 0.05, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.02.

Color convert

RGB237249123-
CMYK0.0500.510.02
HSL65.71º91.3%72.94%-
HSV(B)65.71º50.6%97.65%-
XYZ72.3887.1931.75-
YUV231.0567.02132.25-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 38.92%
GREEN value IS 249 (97.66% from 255) = 40.89%
BLUE value IS 123 (48.44% from 255) = 20.20%
R=38.92%
G=40.89%
B=20.20%

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
Decimal2372491230.0500.510.0265.7191.372.94
HexEDF97B50332425b49
Octal35537117350632102133111
Binary11101101111110011111011101011001110100001010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDF97B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDF97B; }

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

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

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

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

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

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

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

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