Html Css Color HEX #E2FB73 Mindaro

📋 copy color: '#E2FB73'

red 226 ◦ green 251 ◦ blue 115

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

Shades of Mindaro #E2FB73

Tints of Mindaro #E2FB73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 19.43%

R = 38.18%
G = 42.4%
B = 19.43%

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

#E2FB73 (or 0xE2FB73) is known color: Mindaro. HEX triplet: E2, FB and 73. RGB value is (226,251,115). Sum of RGB (Red+Green+Blue) = 226+251+115=592 (78% of max value = 765). Red value is 226 (88.67% from 255 or 38.18% from 592); Green value is 251 (98.44% from 255 or 42.40% from 592); Blue value is 115 (45.31% from 255 or 19.43% from 592); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FB73 is #1D048C. Grayscale: #E4E4E4. Windows color (decimal): -1901709 or 7601122. OLE color: 7601122.

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

Color convert

RGB 226 251 115 -
CMYK 0.10 0 0.54 0.02
HSL 71.03º 0.94% 0.72% -
HSV(B) 71.03º 0.54% 0.98% -
XYZ 68.96 86.4 29.26 -
YUV 228.02 64.22 126.56 -
System Red Green Blue C M Y K H S L
Decimal 226 251 115 0.10 0 0.54 0.02 71.03 0.94 0.72
Hex E2 FB 73 A 0 36 2 47 5E 48
Octal 342 373 163 12 0 66 2 107 136 110
Binary 11100010 11111011 1110011 1010 0 110110 10 1000111 1011110 1001000

Color Harmonies of #E2FB73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FB73

Black with #E2FB73

Text Example


Text Example

White with #E2FB73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FB73; }

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

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

background-color css

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

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

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

border-color css

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

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

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