#DBF5E0

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

Shades of Off Green #DBF5E0

Tints of Off Green #DBF5E0

Color information

#DBF5E0 (or 0xDBF5E0) is unknown color: approx Off Green. HEX triplet: DB, F5 and E0. RGB value is (219,245,224). Sum of RGB (Red+Green+Blue) = 219+245+224=688 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.83% from 688); Green value is 245 (96.09% from 255 or 35.61% from 688); Blue value is 224 (87.89% from 255 or 32.56% from 688); Max value from RGB is 245 - color contains mainly: green. Hex color #DBF5E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF5E0 is #240A1F. Grayscale: #EAEAEA. Windows color (decimal): -2361888 or 14743003. OLE color: 14743003.

HSL color Cylindrical-coordinate representation of color #DBF5E0: hue angle of 131.54º degrees, saturation: 0.57, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DBF5E0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB219245224-
CMYK0.1100.090.04
HSL131.54º56.52%90.98%-
HSV(B)131.54º10.61%96.08%-
XYZ75.3285.7583.1-
YUV234.83121.89116.71-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.83%
GREEN value IS 245 (96.09% from 255) = 35.61%
BLUE value IS 224 (87.89% from 255) = 32.56%
R=31.83%
G=35.61%
B=32.56%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2192452240.1100.090.04131.5456.5290.98
HexDBF5E0B09484395b
Octal33336534013011420471133
Binary110110111111010111100000101101001100100001001110011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF5E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF5E0; }

 p { color: rgb(219,245,224); }

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

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

 a { background-color: rgb(219,245,224); }

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

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

 span { border-color: rgb(219,245,224); }

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