Html Css Color HEX #E2EF73 Mindaro

📋 copy color: '#E2EF73'

red 226 ◦ green 239 ◦ blue 115

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

Shades of Mindaro #E2EF73

Tints of Mindaro #E2EF73

RGB

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

 GREEN value IS 239 (93.75% from 255) = 41.21%

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

R = 38.97%
G = 41.21%
B = 19.83%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.52

 K value IS 0.06

RGB Variations

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

Color information

#E2EF73 (or 0xE2EF73) is known color: Mindaro. HEX triplet: E2, EF and 73. RGB value is (226,239,115). Sum of RGB (Red+Green+Blue) = 226+239+115=580 (76% of max value = 765). Red value is 226 (88.67% from 255 or 38.97% from 580); Green value is 239 (93.75% from 255 or 41.21% from 580); Blue value is 115 (45.31% from 255 or 19.83% from 580); Max value from RGB is 239 - color contains mainly: green. Hex color #E2EF73 is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2EF73 is #1D108C. Grayscale: #DDDDDD. Windows color (decimal): -1904781 or 7598050. OLE color: 7598050.

HSL color Cylindrical-coordinate representation of color #E2EF73: hue angle of 66.29º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #E2EF73 is Cyan = 0.05, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.06.

Color convert

RGB 226 239 115 -
CMYK 0.05 0 0.52 0.06
HSL 66.29º 0.79% 0.69% -
HSV(B) 66.29º 0.52% 0.94% -
XYZ 65.33 79.14 28.05 -
YUV 220.98 68.19 131.58 -
System Red Green Blue C M Y K H S L
Decimal 226 239 115 0.05 0 0.52 0.06 66.29 0.79 0.69
Hex E2 EF 73 5 0 34 6 42 4F 45
Octal 342 357 163 5 0 64 6 102 117 105
Binary 11100010 11101111 1110011 101 0 110100 110 1000010 1001111 1000101

Color Harmonies of #E2EF73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2EF73

Black with #E2EF73

Text Example


Text Example

White with #E2EF73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2EF73; }

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

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

background-color css

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

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

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

border-color css

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

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

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