Html Css Color HEX #E2F880 Mindaro

📋 copy color: '#E2F880'

red 226 ◦ green 248 ◦ blue 128

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

Shades of Mindaro #E2F880

Tints of Mindaro #E2F880

RGB

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

 GREEN value IS 248 (97.27% from 255) = 41.2%

 BLUE value IS 128 (50.39% from 255) = 21.26%

R = 37.54%
G = 41.2%
B = 21.26%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.48

 K value IS 0.03

RGB Variations

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

Color information

#E2F880 (or 0xE2F880) is known color: Mindaro. HEX triplet: E2, F8 and 80. RGB value is (226,248,128). Sum of RGB (Red+Green+Blue) = 226+248+128=602 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.54% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 128 (50.39% from 255 or 21.26% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #E2F880 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F880 is #1D077F. Grayscale: #E4E4E4. Windows color (decimal): -1902464 or 8452322. OLE color: 8452322.

HSL color Cylindrical-coordinate representation of color #E2F880: hue angle of 71º degrees, saturation: 0.9, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #E2F880 is Cyan = 0.09, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB 226 248 128 -
CMYK 0.09 0 0.48 0.03
HSL 71º 0.9% 0.74% -
HSV(B) 71º 0.48% 0.97% -
XYZ 68.83 84.86 33.17 -
YUV 227.74 71.71 126.76 -
System Red Green Blue C M Y K H S L
Decimal 226 248 128 0.09 0 0.48 0.03 71 0.9 0.74
Hex E2 F8 80 9 0 30 3 47 5A 4A
Octal 342 370 200 11 0 60 3 107 132 112
Binary 11100010 11111000 10000000 1001 0 110000 11 1000111 1011010 1001010

Color Harmonies of #E2F880

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F880

Black with #E2F880

Text Example


Text Example

White with #E2F880

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F880; }

 p { color: rgb(226,248,128); }

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

background-color css

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

 a { background-color: rgb(226,248,128); }

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

border-color css

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

 span { border-color: rgb(226,248,128); }

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