Html Css Color HEX #E0F170 Mindaro

📋 copy color: '#E0F170'

red 224 ◦ green 241 ◦ blue 112

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

Shades of Mindaro #E0F170

Tints of Mindaro #E0F170

RGB

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

 GREEN value IS 241 (94.53% from 255) = 41.77%

 BLUE value IS 112 (44.14% from 255) = 19.41%

R = 38.82%
G = 41.77%
B = 19.41%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.54

 K value IS 0.05

RGB Variations

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

Color information

#E0F170 (or 0xE0F170) is known color: Mindaro. HEX triplet: E0, F1 and 70. RGB value is (224,241,112). Sum of RGB (Red+Green+Blue) = 224+241+112=577 (76% of max value = 765). Red value is 224 (87.89% from 255 or 38.82% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 112 (44.14% from 255 or 19.41% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #E0F170 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F170 is #1F0E8F. Grayscale: #DDDDDD. Windows color (decimal): -2035344 or 7401952. OLE color: 7401952.

HSL color Cylindrical-coordinate representation of color #E0F170: hue angle of 67.91º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0F170 is Cyan = 0.07, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.05.

Color convert

RGB 224 241 112 -
CMYK 0.07 0 0.54 0.05
HSL 67.91º 0.82% 0.69% -
HSV(B) 67.91º 0.54% 0.95% -
XYZ 65.12 79.93 27.32 -
YUV 221.21 66.37 129.99 -
System Red Green Blue C M Y K H S L
Decimal 224 241 112 0.07 0 0.54 0.05 67.91 0.82 0.69
Hex E0 F1 70 7 0 36 5 44 52 45
Octal 340 361 160 7 0 66 5 104 122 105
Binary 11100000 11110001 1110000 111 0 110110 101 1000100 1010010 1000101

Color Harmonies of #E0F170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F170

Black with #E0F170

Text Example


Text Example

White with #E0F170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F170; }

 p { color: rgb(224,241,112); }

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

background-color css

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

 a { background-color: rgb(224,241,112); }

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

border-color css

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

 span { border-color: rgb(224,241,112); }

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