Html Css Color HEX #EDFF6F Dolly

📋 copy color: '#EDFF6F'

red 237 ◦ green 255 ◦ blue 111

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

Shades of Dolly #EDFF6F

Tints of Dolly #EDFF6F

RGB

 RED value IS 237 (92.97% from 255) = 39.3%

 GREEN value IS 255 (100% from 255) = 42.29%

 BLUE value IS 111 (43.75% from 255) = 18.41%

R = 39.3%
G = 42.29%
B = 18.41%

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

#EDFF6F (or 0xEDFF6F) is known color: Dolly. HEX triplet: ED, FF and 6F. RGB value is (237,255,111). Sum of RGB (Red+Green+Blue) = 237+255+111=603 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.30% from 603); Green value is 255 (100% from 255 or 42.29% from 603); Blue value is 111 (43.75% from 255 or 18.41% from 603); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFF6F is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFF6F is #120090. Grayscale: #E9E9E9. Windows color (decimal): -1179793 or 7340013. OLE color: 7340013.

HSL color Cylindrical-coordinate representation of color #EDFF6F: hue angle of 67.5º 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 #EDFF6F is Cyan = 0.07, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.

Color convert

RGB 237 255 111 -
CMYK 0.07 0 0.56 0
HSL 67.5º 1% 0.72% -
HSV(B) 67.5º 0.56% 1% -
XYZ 73.55 90.67 28.66 -
YUV 233.2 59.04 130.71 -
System Red Green Blue C M Y K H S L
Decimal 237 255 111 0.07 0 0.56 0 67.5 1 0.72
Hex ED FF 6F 7 0 38 0 44 64 48
Octal 355 377 157 7 0 70 0 104 144 110
Binary 11101101 11111111 1101111 111 0 111000 0 1000100 1100100 1001000

Color Harmonies of #EDFF6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFF6F

Black with #EDFF6F

Text Example


Text Example

White with #EDFF6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFF6F; }

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

 H1.HeaderClassName
 {
   color: #EDFF6F;
 }
 .AnyTagClassName
 {
   color: #EDFF6F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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