#DBF9E0

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

Shades of Off Green #DBF9E0

Tints of Off Green #DBF9E0

Color information

#DBF9E0 (or 0xDBF9E0) is unknown color: approx Off Green. HEX triplet: DB, F9 and E0. RGB value is (219,249,224). Sum of RGB (Red+Green+Blue) = 219+249+224=692 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.65% from 692); Green value is 249 (97.66% from 255 or 35.98% from 692); Blue value is 224 (87.89% from 255 or 32.37% from 692); Max value from RGB is 249 - color contains mainly: green. Hex color #DBF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBF9E0 is #24061F. Grayscale: #EDEDED. Windows color (decimal): -2360864 or 14744027. OLE color: 14744027.

HSL color Cylindrical-coordinate representation of color #DBF9E0: hue angle of 130º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DBF9E0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB219249224-
CMYK0.1200.100.02
HSL130º71.43%91.76%-
HSV(B)130º12.05%97.65%-
XYZ76.5488.1983.51-
YUV237.18120.56115.03-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.65%
GREEN value IS 249 (97.66% from 255) = 35.98%
BLUE value IS 224 (87.89% from 255) = 32.37%
R=31.65%
G=35.98%
B=32.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192492240.1200.100.0213071.4391.76
HexDBF9E0C0A282475c
Octal333371340140122202107134
Binary110110111111100111100000110001010101000001010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBF9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBF9E0; }

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

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

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

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

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

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

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

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