Html Css Color HEX #EDFC74 Dolly

📋 copy color: '#EDFC74'

red 237 ◦ green 252 ◦ blue 116

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

Shades of Dolly #EDFC74

Tints of Dolly #EDFC74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 19.17%

R = 39.17%
G = 41.65%
B = 19.17%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#EDFC74 (or 0xEDFC74) is known color: Dolly. HEX triplet: ED, FC and 74. RGB value is (237,252,116). Sum of RGB (Red+Green+Blue) = 237+252+116=605 (80% of max value = 765). Red value is 237 (92.97% from 255 or 39.17% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 116 (45.70% from 255 or 19.17% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #EDFC74 is not a web safe color. Web safe color analog (approx): #FFFF66. Inversed color of #EDFC74 is #12038B. Grayscale: #E8E8E8. Windows color (decimal): -1180556 or 7666925. OLE color: 7666925.

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

Color convert

RGB 237 252 116 -
CMYK 0.06 0 0.54 0.01
HSL 66.62º 0.96% 0.72% -
HSV(B) 66.62º 0.54% 0.99% -
XYZ 72.89 88.89 29.84 -
YUV 232.01 62.53 131.56 -
System Red Green Blue C M Y K H S L
Decimal 237 252 116 0.06 0 0.54 0.01 66.62 0.96 0.72
Hex ED FC 74 6 0 36 1 43 60 48
Octal 355 374 164 6 0 66 1 103 140 110
Binary 11101101 11111100 1110100 110 0 110110 1 1000011 1100000 1001000

Color Harmonies of #EDFC74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFC74

Black with #EDFC74

Text Example


Text Example

White with #EDFC74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFC74; }

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

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

background-color css

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

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

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

border-color css

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

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

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