Html Css Color HEX #E0F972 Mindaro

📋 copy color: '#E0F972'

red 224 ◦ green 249 ◦ blue 114

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

Shades of Mindaro #E0F972

Tints of Mindaro #E0F972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 19.42%

R = 38.16%
G = 42.42%
B = 19.42%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#E0F972 (or 0xE0F972) is known color: Mindaro. HEX triplet: E0, F9 and 72. RGB value is (224,249,114). Sum of RGB (Red+Green+Blue) = 224+249+114=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 249 (97.66% from 255 or 42.42% from 587); Blue value is 114 (44.92% from 255 or 19.42% from 587); Max value from RGB is 249 - color contains mainly: green. Hex color #E0F972 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0F972 is #1F068D. Grayscale: #E2E2E2. Windows color (decimal): -2033294 or 7535072. OLE color: 7535072.

HSL color Cylindrical-coordinate representation of color #E0F972: hue angle of 71.11º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #E0F972 is Cyan = 0.10, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 249 114 -
CMYK 0.10 0 0.54 0.02
HSL 71.11º 0.92% 0.71% -
HSV(B) 71.11º 0.54% 0.98% -
XYZ 67.65 84.81 28.72 -
YUV 226.14 64.72 126.48 -
System Red Green Blue C M Y K H S L
Decimal 224 249 114 0.10 0 0.54 0.02 71.11 0.92 0.71
Hex E0 F9 72 A 0 36 2 47 5C 47
Octal 340 371 162 12 0 66 2 107 134 107
Binary 11100000 11111001 1110010 1010 0 110110 10 1000111 1011100 1000111

Color Harmonies of #E0F972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F972

Black with #E0F972

Text Example


Text Example

White with #E0F972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F972; }

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

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

background-color css

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

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

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

border-color css

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

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

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