Html Css Color HEX #E2F281 Mindaro

📋 copy color: '#E2F281'

red 226 ◦ green 242 ◦ blue 129

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

Shades of Mindaro #E2F281

Tints of Mindaro #E2F281

RGB

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

 GREEN value IS 242 (94.92% from 255) = 40.54%

 BLUE value IS 129 (50.78% from 255) = 21.61%

R = 37.86%
G = 40.54%
B = 21.61%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.47

 K value IS 0.05

RGB Variations

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

Color information

#E2F281 (or 0xE2F281) is known color: Mindaro. HEX triplet: E2, F2 and 81. RGB value is (226,242,129). Sum of RGB (Red+Green+Blue) = 226+242+129=597 (79% of max value = 765). Red value is 226 (88.67% from 255 or 37.86% from 597); Green value is 242 (94.92% from 255 or 40.54% from 597); Blue value is 129 (50.78% from 255 or 21.61% from 597); Max value from RGB is 242 - color contains mainly: green. Hex color #E2F281 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #E2F281 is #1D0D7E. Grayscale: #E0E0E0. Windows color (decimal): -1903999 or 8516322. OLE color: 8516322.

HSL color Cylindrical-coordinate representation of color #E2F281: hue angle of 68.5º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #E2F281 is Cyan = 0.07, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.05.

Color convert

RGB 226 242 129 -
CMYK 0.07 0 0.47 0.05
HSL 68.5º 0.81% 0.73% -
HSV(B) 68.5º 0.47% 0.95% -
XYZ 67.08 81.26 32.92 -
YUV 224.33 74.2 129.19 -
System Red Green Blue C M Y K H S L
Decimal 226 242 129 0.07 0 0.47 0.05 68.5 0.81 0.73
Hex E2 F2 81 7 0 2F 5 44 51 49
Octal 342 362 201 7 0 57 5 104 121 111
Binary 11100010 11110010 10000001 111 0 101111 101 1000100 1010001 1001001

Color Harmonies of #E2F281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F281

Black with #E2F281

Text Example


Text Example

White with #E2F281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F281; }

 p { color: rgb(226,242,129); }

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

background-color css

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

 a { background-color: rgb(226,242,129); }

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

border-color css

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

 span { border-color: rgb(226,242,129); }

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