Html Css Color HEX #E0F878 Mindaro

📋 copy color: '#E0F878'

red 224 ◦ green 248 ◦ blue 120

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

Shades of Mindaro #E0F878

Tints of Mindaro #E0F878

RGB

 RED value IS 224 (87.89% from 255) = 37.84%

 GREEN value IS 248 (97.27% from 255) = 41.89%

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

R = 37.84%
G = 41.89%
B = 20.27%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.52

 K value IS 0.03

RGB Variations

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

Color information

#E0F878 (or 0xE0F878) is known color: Mindaro. HEX triplet: E0, F8 and 78. RGB value is (224,248,120). Sum of RGB (Red+Green+Blue) = 224+248+120=592 (78% of max value = 765). Red value is 224 (87.89% from 255 or 37.84% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 120 (47.27% from 255 or 20.27% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #E0F878 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F878 is #1F0787. Grayscale: #E2E2E2. Windows color (decimal): -2033544 or 7928032. OLE color: 7928032.

HSL color Cylindrical-coordinate representation of color #E0F878: hue angle of 71.25º degrees, saturation: 0.9, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E0F878 is Cyan = 0.10, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.03.

Color convert

RGB 224 248 120 -
CMYK 0.10 0 0.52 0.03
HSL 71.25º 0.9% 0.72% -
HSV(B) 71.25º 0.52% 0.97% -
XYZ 67.7 84.34 30.48 -
YUV 226.23 68.05 126.41 -
System Red Green Blue C M Y K H S L
Decimal 224 248 120 0.10 0 0.52 0.03 71.25 0.9 0.72
Hex E0 F8 78 A 0 34 3 47 5A 48
Octal 340 370 170 12 0 64 3 107 132 110
Binary 11100000 11111000 1111000 1010 0 110100 11 1000111 1011010 1001000

Color Harmonies of #E0F878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F878

Black with #E0F878

Text Example


Text Example

White with #E0F878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F878; }

 p { color: rgb(224,248,120); }

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

background-color css

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

 a { background-color: rgb(224,248,120); }

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

border-color css

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

 span { border-color: rgb(224,248,120); }

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