Html Css Color HEX #E2FE78 Mindaro

📋 copy color: '#E2FE78'

red 226 ◦ green 254 ◦ blue 120

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

Shades of Mindaro #E2FE78

Tints of Mindaro #E2FE78

RGB

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

 GREEN value IS 254 (99.61% from 255) = 42.33%

 BLUE value IS 120 (47.27% from 255) = 20%

R = 37.67%
G = 42.33%
B = 20%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.53

 K value IS 0.00

RGB Variations

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

Color information

#E2FE78 (or 0xE2FE78) is known color: Mindaro. HEX triplet: E2, FE and 78. RGB value is (226,254,120). Sum of RGB (Red+Green+Blue) = 226+254+120=600 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.67% from 600); Green value is 254 (99.61% from 255 or 42.33% from 600); Blue value is 120 (47.27% from 255 or 20% from 600); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FE78 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FE78 is #1D0187. Grayscale: #E6E6E6. Windows color (decimal): -1900936 or 7929570. OLE color: 7929570.

HSL color Cylindrical-coordinate representation of color #E2FE78: hue angle of 72.54º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #E2FE78 is Cyan = 0.11, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 254 120 -
CMYK 0.11 0 0.53 0.00
HSL 72.54º 0.99% 0.73% -
HSV(B) 72.54º 0.53% 1% -
XYZ 70.2 88.41 31.13 -
YUV 230.35 65.72 124.9 -
System Red Green Blue C M Y K H S L
Decimal 226 254 120 0.11 0 0.53 0.00 72.54 0.99 0.73
Hex E2 FE 78 B 0 35 0 49 63 49
Octal 342 376 170 13 0 65 0 111 143 111
Binary 11100010 11111110 1111000 1011 0 110101 0 1001001 1100011 1001001

Color Harmonies of #E2FE78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FE78

Black with #E2FE78

Text Example


Text Example

White with #E2FE78

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FE78; }

 p { color: rgb(226,254,120); }

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

background-color css

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

 a { background-color: rgb(226,254,120); }

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

border-color css

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

 span { border-color: rgb(226,254,120); }

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