Html Css Color HEX #EDF87B Dolly

📋 copy color: '#EDF87B'

red 237 ◦ green 248 ◦ blue 123

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

Shades of Dolly #EDF87B

Tints of Dolly #EDF87B

RGB

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

 GREEN value IS 248 (97.27% from 255) = 40.79%

 BLUE value IS 123 (48.44% from 255) = 20.23%

R = 38.98%
G = 40.79%
B = 20.23%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.50

 K value IS 0.03

RGB Variations

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

Color information

#EDF87B (or 0xEDF87B) is known color: Dolly. HEX triplet: ED, F8 and 7B. RGB value is (237,248,123). Sum of RGB (Red+Green+Blue) = 237+248+123=608 (80% of max value = 765). Red value is 237 (92.97% from 255 or 38.98% from 608); Green value is 248 (97.27% from 255 or 40.79% from 608); Blue value is 123 (48.44% from 255 or 20.23% from 608); Max value from RGB is 248 - color contains mainly: green. Hex color #EDF87B is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDF87B is #120784. Grayscale: #E6E6E6. Windows color (decimal): -1181573 or 8124653. OLE color: 8124653.

HSL color Cylindrical-coordinate representation of color #EDF87B: hue angle of 65.28º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #EDF87B is Cyan = 0.04, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.03.

Color convert

RGB 237 248 123 -
CMYK 0.04 0 0.50 0.03
HSL 65.28º 0.9% 0.73% -
HSV(B) 65.28º 0.5% 0.97% -
XYZ 72.07 86.57 31.65 -
YUV 230.46 67.36 132.66 -
System Red Green Blue C M Y K H S L
Decimal 237 248 123 0.04 0 0.50 0.03 65.28 0.9 0.73
Hex ED F8 7B 4 0 32 3 41 5A 49
Octal 355 370 173 4 0 62 3 101 132 111
Binary 11101101 11111000 1111011 100 0 110010 11 1000001 1011010 1001001

Color Harmonies of #EDF87B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF87B

Black with #EDF87B

Text Example


Text Example

White with #EDF87B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF87B; }

 p { color: rgb(237,248,123); }

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

background-color css

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

 a { background-color: rgb(237,248,123); }

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

border-color css

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

 span { border-color: rgb(237,248,123); }

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