Html Css Color HEX #E0FA70 Mindaro

📋 copy color: '#E0FA70'

red 224 ◦ green 250 ◦ blue 112

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

Shades of Mindaro #E0FA70

Tints of Mindaro #E0FA70

RGB

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

 GREEN value IS 250 (98.05% from 255) = 42.66%

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

R = 38.23%
G = 42.66%
B = 19.11%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#E0FA70 (or 0xE0FA70) is known color: Mindaro. HEX triplet: E0, FA and 70. RGB value is (224,250,112). Sum of RGB (Red+Green+Blue) = 224+250+112=586 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.23% from 586); Green value is 250 (98.05% from 255 or 42.66% from 586); Blue value is 112 (44.14% from 255 or 19.11% from 586); Max value from RGB is 250 - color contains mainly: green. Hex color #E0FA70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FA70 is #1F058F. Grayscale: #E3E3E3. Windows color (decimal): -2033040 or 7404256. OLE color: 7404256.

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

Color convert

RGB 224 250 112 -
CMYK 0.10 0 0.55 0.02
HSL 71.3º 0.93% 0.71% -
HSV(B) 71.3º 0.55% 0.98% -
XYZ 67.85 85.39 28.23 -
YUV 226.49 63.39 126.22 -
System Red Green Blue C M Y K H S L
Decimal 224 250 112 0.10 0 0.55 0.02 71.3 0.93 0.71
Hex E0 FA 70 A 0 37 2 47 5D 47
Octal 340 372 160 12 0 67 2 107 135 107
Binary 11100000 11111010 1110000 1010 0 110111 10 1000111 1011101 1000111

Color Harmonies of #E0FA70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FA70

Black with #E0FA70

Text Example


Text Example

White with #E0FA70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FA70; }

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

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

background-color css

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

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

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

border-color css

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

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

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