Html Css Color HEX #EDFF71 Dolly

📋 copy color: '#EDFF71'

red 237 ◦ green 255 ◦ blue 113

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

Shades of Dolly #EDFF71

Tints of Dolly #EDFF71

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 value IS 0.07

 M value IS 0

 Y value IS 0.56

 K value IS 0

RGB Variations

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

Color information

#EDFF71 (or 0xEDFF71) is known color: 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

RGB 237 255 113 -
CMYK 0.07 0 0.56 0
HSL 67.61º 1% 0.72% -
HSV(B) 67.61º 0.56% 1% -
XYZ 73.67 90.72 29.25 -
YUV 233.43 60.04 130.55 -
System Red Green Blue C M Y K H S L
Decimal 237 255 113 0.07 0 0.56 0 67.61 1 0.72
Hex ED FF 71 7 0 38 0 44 64 48
Octal 355 377 161 7 0 70 0 104 144 110
Binary 11101101 11111111 1110001 111 0 111000 0 1000100 1100100 1001000

Color Harmonies of #EDFF71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF71

Black with #EDFF71

Text Example


Text Example

White with #EDFF71

Text Example


Text Example

HTML Codes & Css Web 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>