Html Css Color HEX #E2F66E Mindaro

📋 copy color: '#E2F66E'

red 226 ◦ green 246 ◦ blue 110

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

Shades of Mindaro #E2F66E

Tints of Mindaro #E2F66E

RGB

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

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

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

R = 38.83%
G = 42.27%
B = 18.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.55

 K value IS 0.04

RGB Variations

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

Color information

#E2F66E (or 0xE2F66E) is known color: Mindaro. HEX triplet: E2, F6 and 6E. RGB value is (226,246,110). Sum of RGB (Red+Green+Blue) = 226+246+110=582 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.83% from 582); Green value is 246 (96.48% from 255 or 42.27% from 582); Blue value is 110 (43.36% from 255 or 18.90% from 582); Max value from RGB is 246 - color contains mainly: green. Hex color #E2F66E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F66E is #1D0991. Grayscale: #E1E1E1. Windows color (decimal): -1902994 or 7272162. OLE color: 7272162.

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

Color convert

RGB 226 246 110 -
CMYK 0.08 0 0.55 0.04
HSL 68.82º 0.88% 0.7% -
HSV(B) 68.82º 0.55% 0.96% -
XYZ 67.13 83.21 27.27 -
YUV 224.52 63.37 129.06 -
System Red Green Blue C M Y K H S L
Decimal 226 246 110 0.08 0 0.55 0.04 68.82 0.88 0.7
Hex E2 F6 6E 8 0 37 4 45 58 46
Octal 342 366 156 10 0 67 4 105 130 106
Binary 11100010 11110110 1101110 1000 0 110111 100 1000101 1011000 1000110

Color Harmonies of #E2F66E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F66E

Black with #E2F66E

Text Example


Text Example

White with #E2F66E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F66E; }

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

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

background-color css

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

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

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

border-color css

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

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

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