Html Css Color HEX #EDF276 Dolly

📋 copy color: '#EDF276'

red 237 ◦ green 242 ◦ blue 118

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

Shades of Dolly #EDF276

Tints of Dolly #EDF276

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

 BLUE value IS 118 (46.48% from 255) = 19.77%

R = 39.7%
G = 40.54%
B = 19.77%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.51

 K value IS 0.05

RGB Variations

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

Color information

#EDF276 (or 0xEDF276) is known color: Dolly. HEX triplet: ED, F2 and 76. RGB value is (237,242,118). Sum of RGB (Red+Green+Blue) = 237+242+118=597 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.70% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 118 (46.48% from 255 or 19.77% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF276 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF276 is #120D89. Grayscale: #E2E2E2. Windows color (decimal): -1183114 or 7795437. OLE color: 7795437.

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

Color convert

RGB 237 242 118 -
CMYK 0.02 0 0.51 0.05
HSL 62.42º 0.83% 0.71% -
HSV(B) 62.42º 0.51% 0.95% -
XYZ 69.95 82.82 29.44 -
YUV 226.37 66.84 135.58 -
System Red Green Blue C M Y K H S L
Decimal 237 242 118 0.02 0 0.51 0.05 62.42 0.83 0.71
Hex ED F2 76 2 0 33 5 3E 53 47
Octal 355 362 166 2 0 63 5 76 123 107
Binary 11101101 11110010 1110110 10 0 110011 101 111110 1010011 1000111

Color Harmonies of #EDF276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF276

Black with #EDF276

Text Example


Text Example

White with #EDF276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF276; }

 p { color: rgb(237,242,118); }

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

background-color css

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

 a { background-color: rgb(237,242,118); }

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

border-color css

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

 span { border-color: rgb(237,242,118); }

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