Html Css Color HEX #E0FB70 Mindaro

📋 copy color: '#E0FB70'

red 224 ◦ green 251 ◦ blue 112

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

Shades of Mindaro #E0FB70

Tints of Mindaro #E0FB70

RGB

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

 GREEN value IS 251 (98.44% from 255) = 42.76%

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

R = 38.16%
G = 42.76%
B = 19.08%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.55

 K value IS 0.02

RGB Variations

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

Color information

#E0FB70 (or 0xE0FB70) is known color: Mindaro. HEX triplet: E0, FB and 70. RGB value is (224,251,112). Sum of RGB (Red+Green+Blue) = 224+251+112=587 (77% of max value = 765). Red value is 224 (87.89% from 255 or 38.16% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 112 (44.14% from 255 or 19.08% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #E0FB70 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E0FB70 is #1F048F. Grayscale: #E3E3E3. Windows color (decimal): -2032784 or 7404512. OLE color: 7404512.

HSL color Cylindrical-coordinate representation of color #E0FB70: hue angle of 71.65º degrees, saturation: 0.95, 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 #E0FB70 is Cyan = 0.11, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.02.

Color convert

RGB 224 251 112 -
CMYK 0.11 0 0.55 0.02
HSL 71.65º 0.95% 0.71% -
HSV(B) 71.65º 0.55% 0.98% -
XYZ 68.16 86.01 28.34 -
YUV 227.08 63.05 125.8 -
System Red Green Blue C M Y K H S L
Decimal 224 251 112 0.11 0 0.55 0.02 71.65 0.95 0.71
Hex E0 FB 70 B 0 37 2 48 5F 47
Octal 340 373 160 13 0 67 2 110 137 107
Binary 11100000 11111011 1110000 1011 0 110111 10 1001000 1011111 1000111

Color Harmonies of #E0FB70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0FB70

Black with #E0FB70

Text Example


Text Example

White with #E0FB70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0FB70; }

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

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

background-color css

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

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

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

border-color css

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

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

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