Html Css Color HEX #E0F97D Mindaro

📋 copy color: '#E0F97D'

red 224 ◦ green 249 ◦ blue 125

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

Shades of Mindaro #E0F97D

Tints of Mindaro #E0F97D

RGB

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

 GREEN value IS 249 (97.66% from 255) = 41.64%

 BLUE value IS 125 (49.22% from 255) = 20.9%

R = 37.46%
G = 41.64%
B = 20.9%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#E0F97D (or 0xE0F97D) is known color: Mindaro. HEX triplet: E0, F9 and 7D. RGB value is (224,249,125). Sum of RGB (Red+Green+Blue) = 224+249+125=598 (79% of max value = 765). Red value is 224 (87.89% from 255 or 37.46% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 125 (49.22% from 255 or 20.90% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F97D is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F97D is #1F0682. Grayscale: #E3E3E3. Windows color (decimal): -2033283 or 8255968. OLE color: 8255968.

HSL color Cylindrical-coordinate representation of color #E0F97D: hue angle of 72.1º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #E0F97D is Cyan = 0.10, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 249 125 -
CMYK 0.10 0 0.50 0.02
HSL 72.1º 0.91% 0.73% -
HSV(B) 72.1º 0.5% 0.98% -
XYZ 68.32 85.08 32.22 -
YUV 227.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 224 249 125 0.10 0 0.50 0.02 72.1 0.91 0.73
Hex E0 F9 7D A 0 32 2 48 5B 49
Octal 340 371 175 12 0 62 2 110 133 111
Binary 11100000 11111001 1111101 1010 0 110010 10 1001000 1011011 1001001

Color Harmonies of #E0F97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F97D

Black with #E0F97D

Text Example


Text Example

White with #E0F97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F97D; }

 p { color: rgb(224,249,125); }

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

background-color css

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

 a { background-color: rgb(224,249,125); }

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

border-color css

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

 span { border-color: rgb(224,249,125); }

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