Html Css Color HEX #E2F078 Mindaro

📋 copy color: '#E2F078'

red 226 ◦ green 240 ◦ blue 120

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

Shades of Mindaro #E2F078

Tints of Mindaro #E2F078

RGB

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

 GREEN value IS 240 (94.14% from 255) = 40.96%

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

R = 38.57%
G = 40.96%
B = 20.48%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.5

 K value IS 0.06

RGB Variations

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

Color information

#E2F078 (or 0xE2F078) is known color: Mindaro. HEX triplet: E2, F0 and 78. RGB value is (226,240,120). Sum of RGB (Red+Green+Blue) = 226+240+120=586 (77% of max value = 765). Red value is 226 (88.67% from 255 or 38.57% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 120 (47.27% from 255 or 20.48% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #E2F078 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2F078 is #1D0F87. Grayscale: #DEDEDE. Windows color (decimal): -1904520 or 7925986. OLE color: 7925986.

HSL color Cylindrical-coordinate representation of color #E2F078: hue angle of 67º degrees, saturation: 0.8, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E2F078 is Cyan = 0.06, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 240 120 -
CMYK 0.06 0 0.5 0.06
HSL 67º 0.8% 0.71% -
HSV(B) 67º 0.5% 0.94% -
XYZ 65.91 79.84 29.71 -
YUV 222.13 70.36 130.76 -
System Red Green Blue C M Y K H S L
Decimal 226 240 120 0.06 0 0.5 0.06 67 0.8 0.71
Hex E2 F0 78 6 0 32 6 43 50 47
Octal 342 360 170 6 0 62 6 103 120 107
Binary 11100010 11110000 1111000 110 0 110010 110 1000011 1010000 1000111

Color Harmonies of #E2F078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F078

Black with #E2F078

Text Example


Text Example

White with #E2F078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F078; }

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

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

background-color css

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

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

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

border-color css

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

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

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