Html Css Color HEX #EDFC7C Dolly

📋 copy color: '#EDFC7C'

red 237 ◦ green 252 ◦ blue 124

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

Shades of Dolly #EDFC7C

Tints of Dolly #EDFC7C

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.11%

 BLUE value IS 124 (48.83% from 255) = 20.23%

R = 38.66%
G = 41.11%
B = 20.23%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.51

 K value IS 0.01

RGB Variations

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

Color information

#EDFC7C (or 0xEDFC7C) is known color: Dolly. HEX triplet: ED, FC and 7C. RGB value is (237,252,124). Sum of RGB (Red+Green+Blue) = 237+252+124=613 (81% of max value = 765). Red value is 237 (92.97% from 255 or 38.66% from 613); Green value is 252 (98.83% from 255 or 41.11% from 613); Blue value is 124 (48.83% from 255 or 20.23% from 613); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC7C is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC7C is #120383. Grayscale: #E9E9E9. Windows color (decimal): -1180548 or 8191213. OLE color: 8191213.

HSL color Cylindrical-coordinate representation of color #EDFC7C: hue angle of 67.03º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #EDFC7C is Cyan = 0.06, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 252 124 -
CMYK 0.06 0 0.51 0.01
HSL 67.03º 0.96% 0.74% -
HSV(B) 67.03º 0.51% 0.99% -
XYZ 73.37 89.08 32.4 -
YUV 232.92 66.53 130.91 -
System Red Green Blue C M Y K H S L
Decimal 237 252 124 0.06 0 0.51 0.01 67.03 0.96 0.74
Hex ED FC 7C 6 0 33 1 43 60 4A
Octal 355 374 174 6 0 63 1 103 140 112
Binary 11101101 11111100 1111100 110 0 110011 1 1000011 1100000 1001010

Color Harmonies of #EDFC7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC7C

Black with #EDFC7C

Text Example


Text Example

White with #EDFC7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC7C; }

 p { color: rgb(237,252,124); }

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

background-color css

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

 a { background-color: rgb(237,252,124); }

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

border-color css

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

 span { border-color: rgb(237,252,124); }

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