#DEF1E2

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

Shades of Off Green #DEF1E2

Tints of Off Green #DEF1E2

Color information

#DEF1E2 (or 0xDEF1E2) is unknown color: approx Off Green. HEX triplet: DE, F1 and E2. RGB value is (222,241,226). Sum of RGB (Red+Green+Blue) = 222+241+226=689 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.22% from 689); Green value is 241 (94.53% from 255 or 34.98% from 689); Blue value is 226 (88.67% from 255 or 32.80% from 689); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1E2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1E2 is #210E1D. Grayscale: #E9E9E9. Windows color (decimal): -2166302 or 14873054. OLE color: 14873054.

HSL color Cylindrical-coordinate representation of color #DEF1E2: hue angle of 132.63º degrees, saturation: 0.4, 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 #DEF1E2 is Cyan = 0.08, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.05.

Color convert

RGB222241226-
CMYK0.0800.060.05
HSL132.63º40.43%90.78%-
HSV(B)132.63º7.88%94.51%-
XYZ75.3183.9384.18-
YUV233.61123.71119.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.22%
GREEN value IS 241 (94.53% from 255) = 34.98%
BLUE value IS 226 (88.67% from 255) = 32.80%
R=32.22%
G=34.98%
B=32.80%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222412260.0800.060.05132.6340.4390.78
HexDEF1E2806585285b
Octal3363613421006520550133
Binary11011110111100011110001010000110101100001011010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1E2; }

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

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

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

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

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

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

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

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