#DFF2E3

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

Shades of Off Green #DFF2E3

Tints of Off Green #DFF2E3

Color information

#DFF2E3 (or 0xDFF2E3) is unknown color: approx Off Green. HEX triplet: DF, F2 and E3. RGB value is (223,242,227). Sum of RGB (Red+Green+Blue) = 223+242+227=692 (91% of max value = 765). Red value is 223 (87.5% from 255 or 32.23% from 692); Green value is 242 (94.92% from 255 or 34.97% from 692); Blue value is 227 (89.06% from 255 or 32.80% from 692); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2E3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2E3 is #200D1C. Grayscale: #EAEAEA. Windows color (decimal): -2100509 or 14938847. OLE color: 14938847.

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

Color convert

RGB223242227-
CMYK0.0800.060.05
HSL132.63º42.22%91.18%-
HSV(B)132.63º7.85%94.9%-
XYZ76.0584.7485.02-
YUV234.61123.71119.72-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.23%
GREEN value IS 242 (94.92% from 255) = 34.97%
BLUE value IS 227 (89.06% from 255) = 32.80%
R=32.23%
G=34.97%
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
Decimal2232422270.0800.060.05132.6342.2291.18
HexDFF2E38065852a5b
Octal3373623431006520552133
Binary11011111111100101110001110000110101100001011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2E3; }

 p { color: rgb(223,242,227); }

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

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

 a { background-color: rgb(223,242,227); }

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

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

 span { border-color: rgb(223,242,227); }

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