Html Css Color HEX #E0F478 Mindaro

📋 copy color: '#E0F478'

red 224 ◦ green 244 ◦ blue 120

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

Shades of Mindaro #E0F478

Tints of Mindaro #E0F478

RGB

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

 GREEN value IS 244 (95.7% from 255) = 41.5%

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

R = 38.1%
G = 41.5%
B = 20.41%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.51

 K value IS 0.04

RGB Variations

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

Color information

#E0F478 (or 0xE0F478) is known color: Mindaro. HEX triplet: E0, F4 and 78. RGB value is (224,244,120). Sum of RGB (Red+Green+Blue) = 224+244+120=588 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.10% from 588); Green value is 244 (95.70% from 255 or 41.50% from 588); Blue value is 120 (47.27% from 255 or 20.41% from 588); Max value from RGB is 244 - color contains mainly: green. Hex color #E0F478 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F478 is #1F0B87. Grayscale: #E0E0E0. Windows color (decimal): -2034568 or 7927008. OLE color: 7927008.

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

Color convert

RGB 224 244 120 -
CMYK 0.08 0 0.51 0.04
HSL 69.68º 0.85% 0.71% -
HSV(B) 69.68º 0.51% 0.96% -
XYZ 66.48 81.9 30.07 -
YUV 223.88 69.37 128.08 -
System Red Green Blue C M Y K H S L
Decimal 224 244 120 0.08 0 0.51 0.04 69.68 0.85 0.71
Hex E0 F4 78 8 0 33 4 46 55 47
Octal 340 364 170 10 0 63 4 106 125 107
Binary 11100000 11110100 1111000 1000 0 110011 100 1000110 1010101 1000111

Color Harmonies of #E0F478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F478

Black with #E0F478

Text Example


Text Example

White with #E0F478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F478; }

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

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

background-color css

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

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

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

border-color css

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

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

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