Html Css Color HEX #EDF278 Dolly

📋 copy color: '#EDF278'

red 237 ◦ green 242 ◦ blue 120

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

Shades of Dolly #EDF278

Tints of Dolly #EDF278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 20.03%

R = 39.57%
G = 40.4%
B = 20.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.50

 K value IS 0.05

RGB Variations

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

Color information

#EDF278 (or 0xEDF278) is known color: Dolly. HEX triplet: ED, F2 and 78. RGB value is (237,242,120). Sum of RGB (Red+Green+Blue) = 237+242+120=599 (79% of max value = 765). Red value is 237 (92.97% from 255 or 39.57% from 599); Green value is 242 (94.92% from 255 or 40.40% from 599); Blue value is 120 (47.27% from 255 or 20.03% from 599); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF278 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF278 is #120D87. Grayscale: #E3E3E3. Windows color (decimal): -1183112 or 7926509. OLE color: 7926509.

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

Color convert

RGB 237 242 120 -
CMYK 0.02 0 0.50 0.05
HSL 62.46º 0.82% 0.71% -
HSV(B) 62.46º 0.5% 0.95% -
XYZ 70.07 82.86 30.07 -
YUV 226.6 67.84 135.42 -
System Red Green Blue C M Y K H S L
Decimal 237 242 120 0.02 0 0.50 0.05 62.46 0.82 0.71
Hex ED F2 78 2 0 32 5 3E 52 47
Octal 355 362 170 2 0 62 5 76 122 107
Binary 11101101 11110010 1111000 10 0 110010 101 111110 1010010 1000111

Color Harmonies of #EDF278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF278

Black with #EDF278

Text Example


Text Example

White with #EDF278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF278; }

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

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

background-color css

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

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

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

border-color css

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

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

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