Html Css Color HEX #E2FB7F Mindaro

📋 copy color: '#E2FB7F'

red 226 ◦ green 251 ◦ blue 127

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

Shades of Mindaro #E2FB7F

Tints of Mindaro #E2FB7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 21.03%

R = 37.42%
G = 41.56%
B = 21.03%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#E2FB7F (or 0xE2FB7F) is known color: Mindaro. HEX triplet: E2, FB and 7F. RGB value is (226,251,127). Sum of RGB (Red+Green+Blue) = 226+251+127=604 (80% of max value = 765). Red value is 226 (88.67% from 255 or 37.42% from 604); Green value is 251 (98.44% from 255 or 41.56% from 604); Blue value is 127 (50% from 255 or 21.03% from 604); Max value from RGB is 251 - color contains mainly: green. Hex color #E2FB7F is not a web safe color. Web safe color analog (approx): #CCFF66. Inversed color of #E2FB7F is #1D0480. Grayscale: #E5E5E5. Windows color (decimal): -1901697 or 8387554. OLE color: 8387554.

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

Color convert

RGB 226 251 127 -
CMYK 0.10 0 0.49 0.02
HSL 72.1º 0.94% 0.74% -
HSV(B) 72.1º 0.49% 0.98% -
XYZ 69.69 86.7 33.14 -
YUV 229.39 70.22 125.58 -
System Red Green Blue C M Y K H S L
Decimal 226 251 127 0.10 0 0.49 0.02 72.1 0.94 0.74
Hex E2 FB 7F A 0 31 2 48 5E 4A
Octal 342 373 177 12 0 61 2 110 136 112
Binary 11100010 11111011 1111111 1010 0 110001 10 1001000 1011110 1001010

Color Harmonies of #E2FB7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FB7F

Black with #E2FB7F

Text Example


Text Example

White with #E2FB7F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FB7F; }

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

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

background-color css

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

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

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

border-color css

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

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

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