#DEF1E3

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

Shades of Off Green #DEF1E3

Tints of Off Green #DEF1E3

Color information

#DEF1E3 (or 0xDEF1E3) is unknown color: approx Off Green. HEX triplet: DE, F1 and E3. RGB value is (222,241,227). Sum of RGB (Red+Green+Blue) = 222+241+227=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 241 (94.53% from 255 or 34.93% from 690); Blue value is 227 (89.06% from 255 or 32.90% from 690); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1E3 is #210E1C. Grayscale: #E9E9E9. Windows color (decimal): -2166301 or 14938590. OLE color: 14938590.

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

Color convert

RGB222241227-
CMYK0.0800.060.05
HSL135.79º40.43%90.78%-
HSV(B)135.79º7.88%94.51%-
XYZ75.4483.9984.91-
YUV233.72124.21119.64-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 241 (94.53% from 255) = 34.93%
BLUE value IS 227 (89.06% from 255) = 32.90%
R=32.17%
G=34.93%
B=32.90%

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
Decimal2222412270.0800.060.05135.7940.4390.78
HexDEF1E3806588285b
Octal3363613431006521050133
Binary11011110111100011110001110000110101100010001010001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1E3; }

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

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

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

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

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

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

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

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