Html Css Color HEX #E2F96E Mindaro

📋 copy color: '#E2F96E'

red 226 ◦ green 249 ◦ blue 110

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

Shades of Mindaro #E2F96E

Tints of Mindaro #E2F96E

RGB

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

 GREEN value IS 249 (97.66% from 255) = 42.56%

 BLUE value IS 110 (43.36% from 255) = 18.8%

R = 38.63%
G = 42.56%
B = 18.8%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#E2F96E (or 0xE2F96E) is known color: Mindaro. HEX triplet: E2, F9 and 6E. RGB value is (226,249,110). Sum of RGB (Red+Green+Blue) = 226+249+110=585 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.63% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 110 (43.36% from 255 or 18.80% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #E2F96E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F96E is #1D0691. Grayscale: #E2E2E2. Windows color (decimal): -1902226 or 7272930. OLE color: 7272930.

HSL color Cylindrical-coordinate representation of color #E2F96E: hue angle of 69.93º degrees, saturation: 0.92, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #E2F96E is Cyan = 0.09, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 249 110 -
CMYK 0.09 0 0.56 0.02
HSL 69.93º 0.92% 0.7% -
HSV(B) 69.93º 0.56% 0.98% -
XYZ 68.05 85.05 27.58 -
YUV 226.28 62.38 127.8 -
System Red Green Blue C M Y K H S L
Decimal 226 249 110 0.09 0 0.56 0.02 69.93 0.92 0.7
Hex E2 F9 6E 9 0 38 2 46 5C 46
Octal 342 371 156 11 0 70 2 106 134 106
Binary 11100010 11111001 1101110 1001 0 111000 10 1000110 1011100 1000110

Color Harmonies of #E2F96E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F96E

Black with #E2F96E

Text Example


Text Example

White with #E2F96E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F96E; }

 p { color: rgb(226,249,110); }

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

background-color css

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

 a { background-color: rgb(226,249,110); }

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

border-color css

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

 span { border-color: rgb(226,249,110); }

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