#EDFF71

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

Shades of Dolly #EDFF71

Tints of Dolly #EDFF71

Color information

#EDFF71 (or 0xEDFF71) is unknown color: approx Dolly. HEX triplet: ED, FF and 71. RGB value is (237,255,113). Sum of RGB (Red+Green+Blue) = 237+255+113=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 113 (44.53% from 255 or 18.68% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF71 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF71 is #12008E. Grayscale: #E9E9E9. Windows color (decimal): -1179791 or 7471085. OLE color: 7471085.

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

Color convert

RGB237255113-
CMYK0.0700.560
HSL67.61º100%72.16%-
HSV(B)67.61º55.69%100%-
XYZ73.6790.7229.25-
YUV233.4360.04130.55-

RGB Variations

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

RGB

RED value IS 237 (92.97% from 255) = 39.17%
GREEN value IS 255 (100% from 255) = 42.15%
BLUE value IS 113 (44.53% from 255) = 18.68%
R=39.17%
G=42.15%
B=18.68%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2372551130.0700.56067.6110072.16
HexEDFF7170380446448
Octal35537716170700104144110
Binary1110110111111111111000111101110000100010011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #EDFF71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #EDFF71; }

 p { color: rgb(237,255,113); }

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

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

 a { background-color: rgb(237,255,113); }

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

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

 span { border-color: rgb(237,255,113); }

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