#DFF2DB

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

Shades of Apple Green #DFF2DB

Tints of Apple Green #DFF2DB

Color information

#DFF2DB (or 0xDFF2DB) is unknown color: approx Apple Green. HEX triplet: DF, F2 and DB. RGB value is (223,242,219). Sum of RGB (Red+Green+Blue) = 223+242+219=684 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.60% from 684); Green value is 242 (94.92% from 255 or 35.38% from 684); Blue value is 219 (85.94% from 255 or 32.02% from 684); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2DB is #200D24. Grayscale: #E9E9E9. Windows color (decimal): -2100517 or 14414559. OLE color: 14414559.

HSL color Cylindrical-coordinate representation of color #DFF2DB: hue angle of 109.57º degrees, saturation: 0.47, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DFF2DB is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB223242219-
CMYK0.0800.100.05
HSL109.57º46.94%90.39%-
HSV(B)109.57º9.5%94.9%-
XYZ74.9784.3179.34-
YUV233.7119.71120.37-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.60%
GREEN value IS 242 (94.92% from 255) = 35.38%
BLUE value IS 219 (85.94% from 255) = 32.02%
R=32.60%
G=35.38%
B=32.02%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422190.0800.100.05109.5746.9490.39
HexDFF2DB80A56e2f5a
Octal33736233310012515657132
Binary11011111111100101101101110000101010111011101011111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2DB; }

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

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

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

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

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

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

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

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