Html Css Color HEX #E1F2E5 Off Green

📋 copy color: '#E1F2E5'

red 225 ◦ green 242 ◦ blue 229

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

Shades of Off Green #E1F2E5

Tints of Off Green #E1F2E5

RGB

 RED value IS 225 (88.28% from 255) = 32.33%

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

 BLUE value IS 229 (89.84% from 255) = 32.9%

R = 32.33%
G = 34.77%
B = 32.9%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.05

 K value IS 0.05

RGB Variations

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

Color information

#E1F2E5 (or 0xE1F2E5) is known color: Off Green. HEX triplet: E1, F2 and E5. RGB value is (225,242,229). Sum of RGB (Red+Green+Blue) = 225+242+229=696 (92% of max value = 765). Red value is 225 (88.28% from 255 or 32.33% from 696); Green value is 242 (94.92% from 255 or 34.77% from 696); Blue value is 229 (89.84% from 255 or 32.90% from 696); Max value from RGB is 242 - color contains mainly: green. Hex color #E1F2E5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #E1F2E5 is #1E0D1A. Grayscale: #EBEBEB. Windows color (decimal): -1969435 or 15069921. OLE color: 15069921.

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

Color convert

RGB 225 242 229 -
CMYK 0.07 0 0.05 0.05
HSL 134.12º 0.4% 0.92% -
HSV(B) 134.12º 0.07% 0.95% -
XYZ 76.95 85.17 86.51 -
YUV 235.44 124.37 120.56 -
System Red Green Blue C M Y K H S L
Decimal 225 242 229 0.07 0 0.05 0.05 134.12 0.4 0.92
Hex E1 F2 E5 7 0 5 5 86 28 5C
Octal 341 362 345 7 0 5 5 206 50 134
Binary 11100001 11110010 11100101 111 0 101 101 10000110 101000 1011100

Color Harmonies of #E1F2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F2E5

Black with #E1F2E5

Text Example


Text Example

White with #E1F2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F2E5; }

 p { color: rgb(225,242,229); }

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

background-color css

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

 a { background-color: rgb(225,242,229); }

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

border-color css

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

 span { border-color: rgb(225,242,229); }

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