Html Css Color HEX #E2FD6E Mindaro

📋 copy color: '#E2FD6E'

red 226 ◦ green 253 ◦ blue 110

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

Shades of Mindaro #E2FD6E

Tints of Mindaro #E2FD6E

RGB

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

 GREEN value IS 253 (99.22% from 255) = 42.95%

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

R = 38.37%
G = 42.95%
B = 18.68%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#E2FD6E (or 0xE2FD6E) is known color: Mindaro. HEX triplet: E2, FD and 6E. RGB value is (226,253,110). Sum of RGB (Red+Green+Blue) = 226+253+110=589 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.37% from 589); Green value is 253 (99.22% from 255 or 42.95% from 589); Blue value is 110 (43.36% from 255 or 18.68% from 589); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FD6E is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FD6E is #1D0291. Grayscale: #E5E5E5. Windows color (decimal): -1901202 or 7273954. OLE color: 7273954.

HSL color Cylindrical-coordinate representation of color #E2FD6E: hue angle of 71.33º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #E2FD6E is Cyan = 0.11, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 226 253 110 -
CMYK 0.11 0 0.57 0.01
HSL 71.33º 0.97% 0.71% -
HSV(B) 71.33º 0.57% 0.99% -
XYZ 69.3 87.55 28 -
YUV 228.63 61.05 126.13 -
System Red Green Blue C M Y K H S L
Decimal 226 253 110 0.11 0 0.57 0.01 71.33 0.97 0.71
Hex E2 FD 6E B 0 39 1 47 61 47
Octal 342 375 156 13 0 71 1 107 141 107
Binary 11100010 11111101 1101110 1011 0 111001 1 1000111 1100001 1000111

Color Harmonies of #E2FD6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FD6E

Black with #E2FD6E

Text Example


Text Example

White with #E2FD6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FD6E; }

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

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

background-color css

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

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

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

border-color css

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

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

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