Html Css Color HEX #E2ED77 Mindaro

📋 copy color: '#E2ED77'

red 226 ◦ green 237 ◦ blue 119

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

Shades of Mindaro #E2ED77

Tints of Mindaro #E2ED77

RGB

 RED value IS 226 (88.67% from 255) = 38.83%

 GREEN value IS 237 (92.97% from 255) = 40.72%

 BLUE value IS 119 (46.88% from 255) = 20.45%

R = 38.83%
G = 40.72%
B = 20.45%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.50

 K value IS 0.07

RGB Variations

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

Color information

#E2ED77 (or 0xE2ED77) is known color: Mindaro. HEX triplet: E2, ED and 77. RGB value is (226,237,119). Sum of RGB (Red+Green+Blue) = 226+237+119=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 119 (46.88% from 255 or 20.45% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #E2ED77 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2ED77 is #1D1288. Grayscale: #DCDCDC. Windows color (decimal): -1905289 or 7859682. OLE color: 7859682.

HSL color Cylindrical-coordinate representation of color #E2ED77: hue angle of 65.59º degrees, saturation: 0.77, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2ED77 is Cyan = 0.05, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 237 119 -
CMYK 0.05 0 0.50 0.07
HSL 65.59º 0.77% 0.7% -
HSV(B) 65.59º 0.5% 0.93% -
XYZ 64.98 78.07 29.1 -
YUV 220.26 70.86 132.09 -
System Red Green Blue C M Y K H S L
Decimal 226 237 119 0.05 0 0.50 0.07 65.59 0.77 0.7
Hex E2 ED 77 5 0 32 7 42 4D 46
Octal 342 355 167 5 0 62 7 102 115 106
Binary 11100010 11101101 1110111 101 0 110010 111 1000010 1001101 1000110

Color Harmonies of #E2ED77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2ED77

Black with #E2ED77

Text Example


Text Example

White with #E2ED77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2ED77; }

 p { color: rgb(226,237,119); }

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

background-color css

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

 a { background-color: rgb(226,237,119); }

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

border-color css

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

 span { border-color: rgb(226,237,119); }

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