Html Css Color HEX #E2EF7A Mindaro

📋 copy color: '#E2EF7A'

red 226 ◦ green 239 ◦ blue 122

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

Shades of Mindaro #E2EF7A

Tints of Mindaro #E2EF7A

RGB

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

 GREEN value IS 239 (93.75% from 255) = 40.72%

 BLUE value IS 122 (48.05% from 255) = 20.78%

R = 38.5%
G = 40.72%
B = 20.78%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.49

 K value IS 0.06

RGB Variations

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

Color information

#E2EF7A (or 0xE2EF7A) is known color: Mindaro. HEX triplet: E2, EF and 7A. RGB value is (226,239,122). Sum of RGB (Red+Green+Blue) = 226+239+122=587 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.50% from 587); Green value is 239 (93.75% from 255 or 40.72% from 587); Blue value is 122 (48.05% from 255 or 20.78% from 587); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF7A is #1D1085. Grayscale: #DEDEDE. Windows color (decimal): -1904774 or 8056802. OLE color: 8056802.

HSL color Cylindrical-coordinate representation of color #E2EF7A: hue angle of 66.67º degrees, saturation: 0.79, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #E2EF7A is Cyan = 0.05, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 239 122 -
CMYK 0.05 0 0.49 0.06
HSL 66.67º 0.79% 0.71% -
HSV(B) 66.67º 0.49% 0.94% -
XYZ 65.74 79.31 30.26 -
YUV 221.78 71.69 131.01 -
System Red Green Blue C M Y K H S L
Decimal 226 239 122 0.05 0 0.49 0.06 66.67 0.79 0.71
Hex E2 EF 7A 5 0 31 6 43 4F 47
Octal 342 357 172 5 0 61 6 103 117 107
Binary 11100010 11101111 1111010 101 0 110001 110 1000011 1001111 1000111

Color Harmonies of #E2EF7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EF7A

Black with #E2EF7A

Text Example


Text Example

White with #E2EF7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EF7A; }

 p { color: rgb(226,239,122); }

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

background-color css

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

 a { background-color: rgb(226,239,122); }

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

border-color css

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

 span { border-color: rgb(226,239,122); }

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