Html Css Color HEX #EDF272 Dolly

📋 copy color: '#EDF272'

red 237 ◦ green 242 ◦ blue 114

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

Shades of Dolly #EDF272

Tints of Dolly #EDF272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.22%

R = 39.97%
G = 40.81%
B = 19.22%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.53

 K value IS 0.05

RGB Variations

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

Color information

#EDF272 (or 0xEDF272) is known color: Dolly. HEX triplet: ED, F2 and 72. RGB value is (237,242,114). Sum of RGB (Red+Green+Blue) = 237+242+114=593 (78% of max value = 765). Red value is 237 (92.97% from 255 or 39.97% from 593); Green value is 242 (94.92% from 255 or 40.81% from 593); Blue value is 114 (44.92% from 255 or 19.22% from 593); Max value from RGB is 242 - color contains mainly: green. Hex color #EDF272 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF272 is #120D8D. Grayscale: #E2E2E2. Windows color (decimal): -1183118 or 7533293. OLE color: 7533293.

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

Color convert

RGB 237 242 114 -
CMYK 0.02 0 0.53 0.05
HSL 62.34º 0.83% 0.7% -
HSV(B) 62.34º 0.53% 0.95% -
XYZ 69.71 82.72 28.21 -
YUV 225.91 64.84 135.91 -
System Red Green Blue C M Y K H S L
Decimal 237 242 114 0.02 0 0.53 0.05 62.34 0.83 0.7
Hex ED F2 72 2 0 35 5 3E 53 46
Octal 355 362 162 2 0 65 5 76 123 106
Binary 11101101 11110010 1110010 10 0 110101 101 111110 1010011 1000110

Color Harmonies of #EDF272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF272

Black with #EDF272

Text Example


Text Example

White with #EDF272

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF272; }

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

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

background-color css

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

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

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

border-color css

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

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

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