Html Css Color HEX #E2FB7A Mindaro

📋 copy color: '#E2FB7A'

red 226 ◦ green 251 ◦ blue 122

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

Shades of Mindaro #E2FB7A

Tints of Mindaro #E2FB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 20.37%

R = 37.73%
G = 41.9%
B = 20.37%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#E2FB7A (or 0xE2FB7A) is known color: Mindaro. HEX triplet: E2, FB and 7A. RGB value is (226,251,122). Sum of RGB (Red+Green+Blue) = 226+251+122=599 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.73% from 599); Green value is 251 (98.44% from 255 or 41.90% from 599); Blue value is 122 (48.05% from 255 or 20.37% from 599); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB7A is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FB7A is #1D0485. Grayscale: #E5E5E5. Windows color (decimal): -1901702 or 8059874. OLE color: 8059874.

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

Color convert

RGB 226 251 122 -
CMYK 0.10 0 0.51 0.02
HSL 71.63º 0.94% 0.73% -
HSV(B) 71.63º 0.51% 0.98% -
XYZ 69.37 86.57 31.47 -
YUV 228.82 67.72 125.99 -
System Red Green Blue C M Y K H S L
Decimal 226 251 122 0.10 0 0.51 0.02 71.63 0.94 0.73
Hex E2 FB 7A A 0 33 2 48 5E 49
Octal 342 373 172 12 0 63 2 110 136 111
Binary 11100010 11111011 1111010 1010 0 110011 10 1001000 1011110 1001001

Color Harmonies of #E2FB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FB7A

Black with #E2FB7A

Text Example


Text Example

White with #E2FB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FB7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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