Html Css Color HEX #E2EE72 Mindaro

📋 copy color: '#E2EE72'

red 226 ◦ green 238 ◦ blue 114

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

Shades of Mindaro #E2EE72

Tints of Mindaro #E2EE72

RGB

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

 GREEN value IS 238 (93.36% from 255) = 41.18%

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

R = 39.1%
G = 41.18%
B = 19.72%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.07

RGB Variations

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

Color information

#E2EE72 (or 0xE2EE72) is known color: Mindaro. HEX triplet: E2, EE and 72. RGB value is (226,238,114). Sum of RGB (Red+Green+Blue) = 226+238+114=578 (76% of max value = 765). Red value is 226 (88.67% from 255 or 39.10% from 578); Green value is 238 (93.36% from 255 or 41.18% from 578); Blue value is 114 (44.92% from 255 or 19.72% from 578); Max value from RGB is 238 - color contains mainly: green. Hex color #E2EE72 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EE72 is #1D118D. Grayscale: #DCDCDC. Windows color (decimal): -1905038 or 7532258. OLE color: 7532258.

HSL color Cylindrical-coordinate representation of color #E2EE72: hue angle of 65.81º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2EE72 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB 226 238 114 -
CMYK 0.05 0 0.52 0.07
HSL 65.81º 0.78% 0.69% -
HSV(B) 65.81º 0.52% 0.93% -
XYZ 64.98 78.53 27.65 -
YUV 220.28 68.02 132.08 -
System Red Green Blue C M Y K H S L
Decimal 226 238 114 0.05 0 0.52 0.07 65.81 0.78 0.69
Hex E2 EE 72 5 0 34 7 42 4E 45
Octal 342 356 162 5 0 64 7 102 116 105
Binary 11100010 11101110 1110010 101 0 110100 111 1000010 1001110 1000101

Color Harmonies of #E2EE72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EE72

Black with #E2EE72

Text Example


Text Example

White with #E2EE72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EE72; }

 p { color: rgb(226,238,114); }

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

background-color css

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

 a { background-color: rgb(226,238,114); }

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

border-color css

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

 span { border-color: rgb(226,238,114); }

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