Html Css Color HEX #E2FB71 Mindaro

📋 copy color: '#E2FB71'

red 226 ◦ green 251 ◦ blue 113

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

Shades of Mindaro #E2FB71

Tints of Mindaro #E2FB71

RGB

 RED value IS 226 (88.67% from 255) = 38.31%

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

 BLUE value IS 113 (44.53% from 255) = 19.15%

R = 38.31%
G = 42.54%
B = 19.15%

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

#E2FB71 (or 0xE2FB71) is known color: Mindaro. HEX triplet: E2, FB and 71. RGB value is (226,251,113). Sum of RGB (Red+Green+Blue) = 226+251+113=590 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.31% from 590); Green value is 251 (98.44% from 255 or 42.54% from 590); Blue value is 113 (44.53% from 255 or 19.15% from 590); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB71 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FB71 is #1D048E. Grayscale: #E4E4E4. Windows color (decimal): -1901711 or 7470050. OLE color: 7470050.

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

Color convert

RGB 226 251 113 -
CMYK 0.10 0 0.55 0.02
HSL 70.87º 0.95% 0.71% -
HSV(B) 70.87º 0.55% 0.98% -
XYZ 68.84 86.36 28.66 -
YUV 227.79 63.22 126.72 -
System Red Green Blue C M Y K H S L
Decimal 226 251 113 0.10 0 0.55 0.02 70.87 0.95 0.71
Hex E2 FB 71 A 0 37 2 47 5F 47
Octal 342 373 161 12 0 67 2 107 137 107
Binary 11100010 11111011 1110001 1010 0 110111 10 1000111 1011111 1000111

Color Harmonies of #E2FB71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FB71

Black with #E2FB71

Text Example


Text Example

White with #E2FB71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FB71; }

 p { color: rgb(226,251,113); }

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

background-color css

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

 a { background-color: rgb(226,251,113); }

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

border-color css

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

 span { border-color: rgb(226,251,113); }

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