Html Css Color HEX #E2FC7F Mindaro

📋 copy color: '#E2FC7F'

red 226 ◦ green 252 ◦ blue 127

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

Shades of Mindaro #E2FC7F

Tints of Mindaro #E2FC7F

RGB

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

 GREEN value IS 252 (98.83% from 255) = 41.65%

 BLUE value IS 127 (50% from 255) = 20.99%

R = 37.36%
G = 41.65%
B = 20.99%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#E2FC7F (or 0xE2FC7F) is known color: Mindaro. HEX triplet: E2, FC and 7F. RGB value is (226,252,127). Sum of RGB (Red+Green+Blue) = 226+252+127=605 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.36% from 605); Green value is 252 (98.83% from 255 or 41.65% from 605); Blue value is 127 (50% from 255 or 20.99% from 605); Max value from RGB is 252 - color contains mainly: green. Hex color #E2FC7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FC7F is #1D0380. Grayscale: #E6E6E6. Windows color (decimal): -1901441 or 8387810. OLE color: 8387810.

HSL color Cylindrical-coordinate representation of color #E2FC7F: hue angle of 72.48º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2FC7F is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 252 127 -
CMYK 0.10 0 0.50 0.01
HSL 72.48º 0.95% 0.74% -
HSV(B) 72.48º 0.5% 0.99% -
XYZ 70.01 87.32 33.24 -
YUV 229.98 69.89 125.16 -
System Red Green Blue C M Y K H S L
Decimal 226 252 127 0.10 0 0.50 0.01 72.48 0.95 0.74
Hex E2 FC 7F A 0 32 1 48 5F 4A
Octal 342 374 177 12 0 62 1 110 137 112
Binary 11100010 11111100 1111111 1010 0 110010 1 1001000 1011111 1001010

Color Harmonies of #E2FC7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FC7F

Black with #E2FC7F

Text Example


Text Example

White with #E2FC7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FC7F; }

 p { color: rgb(226,252,127); }

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

background-color css

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

 a { background-color: rgb(226,252,127); }

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

border-color css

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

 span { border-color: rgb(226,252,127); }

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