Html Css Color HEX #E2F14A Manz

📋 copy color: '#E2F14A'

red 226 ◦ green 241 ◦ blue 74

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

Shades of Manz #E2F14A

Tints of Manz #E2F14A

RGB

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

 GREEN value IS 241 (94.53% from 255) = 44.55%

 BLUE value IS 74 (29.3% from 255) = 13.68%

R = 41.77%
G = 44.55%
B = 13.68%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.69

 K value IS 0.05

RGB Variations

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

Color information

#E2F14A (or 0xE2F14A) is known color: Manz. HEX triplet: E2, F1 and 4A. RGB value is (226,241,74). Sum of RGB (Red+Green+Blue) = 226+241+74=541 (71% of max value = 765). Red value is 226 (88.67% from 255 or 41.77% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 74 (29.30% from 255 or 13.68% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #E2F14A is not a web safe color. Web safe color analog (approx): #CCFF33. Inversed color of #E2F14A is #1D0EB5. Grayscale: #DADADA. Windows color (decimal): -1904310 or 4911586. OLE color: 4911586.

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

Color convert

RGB 226 241 74 -
CMYK 0.06 0 0.69 0.05
HSL 65.39º 0.86% 0.62% -
HSV(B) 65.39º 0.69% 0.95% -
XYZ 64.06 79.57 18.46 -
YUV 217.48 47.03 134.08 -
System Red Green Blue C M Y K H S L
Decimal 226 241 74 0.06 0 0.69 0.05 65.39 0.86 0.62
Hex E2 F1 4A 6 0 45 5 41 56 3E
Octal 342 361 112 6 0 105 5 101 126 76
Binary 11100010 11110001 1001010 110 0 1000101 101 1000001 1010110 111110

Color Harmonies of #E2F14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F14A

Black with #E2F14A

Text Example


Text Example

White with #E2F14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F14A; }

 p { color: rgb(226,241,74); }

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

background-color css

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

 a { background-color: rgb(226,241,74); }

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

border-color css

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

 span { border-color: rgb(226,241,74); }

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