Html Css Color HEX #E2F672 Mindaro

📋 copy color: '#E2F672'

red 226 ◦ green 246 ◦ blue 114

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

Shades of Mindaro #E2F672

Tints of Mindaro #E2F672

RGB

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

 GREEN value IS 246 (96.48% from 255) = 41.98%

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

R = 38.57%
G = 41.98%
B = 19.45%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.54

 K value IS 0.04

RGB Variations

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

Color information

#E2F672 (or 0xE2F672) is known color: Mindaro. HEX triplet: E2, F6 and 72. RGB value is (226,246,114). Sum of RGB (Red+Green+Blue) = 226+246+114=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 246 (96.48% from 255 or 41.98% from 586); Blue value is 114 (44.92% from 255 or 19.45% from 586); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F672 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F672 is #1D098D. Grayscale: #E1E1E1. Windows color (decimal): -1902990 or 7534306. OLE color: 7534306.

HSL color Cylindrical-coordinate representation of color #E2F672: hue angle of 69.09º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E2F672 is Cyan = 0.08, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.04.

Color convert

RGB 226 246 114 -
CMYK 0.08 0 0.54 0.04
HSL 69.09º 0.88% 0.71% -
HSV(B) 69.09º 0.54% 0.96% -
XYZ 67.36 83.3 28.45 -
YUV 224.97 65.37 128.73 -
System Red Green Blue C M Y K H S L
Decimal 226 246 114 0.08 0 0.54 0.04 69.09 0.88 0.71
Hex E2 F6 72 8 0 36 4 45 58 47
Octal 342 366 162 10 0 66 4 105 130 107
Binary 11100010 11110110 1110010 1000 0 110110 100 1000101 1011000 1000111

Color Harmonies of #E2F672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F672

Black with #E2F672

Text Example


Text Example

White with #E2F672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F672; }

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

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

background-color css

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

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

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

border-color css

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

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

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