#DEF2E1

Color #DEF2E1 Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #DEF2E1

Tints of Off Green #DEF2E1

Color information

#DEF2E1 (or 0xDEF2E1) is unknown color: approx Off Green. HEX triplet: DE, F2 and E1. RGB value is (222,242,225). Sum of RGB (Red+Green+Blue) = 222+242+225=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 242 (94.92% from 255 or 35.12% from 689); Blue value is 225 (88.28% from 255 or 32.66% from 689); Max value from RGB is 242 - color contains mainly: green. Hex color #DEF2E1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF2E1 is #210D1E. Grayscale: #EAEAEA. Windows color (decimal): -2166047 or 14807774. OLE color: 14807774.

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

Color convert

RGB222242225-
CMYK0.0800.070.05
HSL129º43.48%90.98%-
HSV(B)129º8.26%94.9%-
XYZ75.4784.4783.56-
YUV234.08122.87119.38-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 242 (94.92% from 255) = 35.12%
BLUE value IS 225 (88.28% from 255) = 32.66%
R=32.22%
G=35.12%
B=32.66%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222422250.0800.070.0512943.4890.98
HexDEF2E18075812b5b
Octal3363623411007520153133
Binary11011110111100101110000110000111101100000011010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF2E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF2E1; }

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

 H1.HeaderClassName
 {
   color: #DEF2E1;
 }
 .AnyTagClassName
 {
   color: #DEF2E1;
 }
</style>
background-color css

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

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

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

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

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

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