#DEF3E3

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

Shades of Off Green #DEF3E3

Tints of Off Green #DEF3E3

Color information

#DEF3E3 (or 0xDEF3E3) is unknown color: approx Off Green. HEX triplet: DE, F3 and E3. RGB value is (222,243,227). Sum of RGB (Red+Green+Blue) = 222+243+227=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 243 (95.31% from 255 or 35.12% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 243 - color contains mainly: green. Hex color #DEF3E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF3E3 is #210C1C. Grayscale: #EAEAEA. Windows color (decimal): -2165789 or 14939102. OLE color: 14939102.

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

Color convert

RGB222243227-
CMYK0.0900.070.05
HSL134.29º46.67%91.18%-
HSV(B)134.29º8.64%95.29%-
XYZ76.0485.1885.11-
YUV234.9123.54118.8-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 243 (95.31% from 255) = 35.12%
BLUE value IS 227 (89.06% from 255) = 32.80%
R=32.08%
G=35.12%
B=32.80%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222432270.0900.070.05134.2946.6791.18
HexDEF3E39075862f5b
Octal3363633431107520657133
Binary11011110111100111110001110010111101100001101011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF3E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF3E3; }

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

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

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

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

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

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

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

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