#DBFBE0

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

Shades of Off Green #DBFBE0

Tints of Off Green #DBFBE0

Color information

#DBFBE0 (or 0xDBFBE0) is unknown color: approx Off Green. HEX triplet: DB, FB and E0. RGB value is (219,251,224). Sum of RGB (Red+Green+Blue) = 219+251+224=694 (91% of max value = 765). Red value is 219 (85.94% from 255 or 31.56% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 224 (87.89% from 255 or 32.28% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #DBFBE0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBFBE0 is #24041F. Grayscale: #EEEEEE. Windows color (decimal): -2360352 or 14744539. OLE color: 14744539.

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

Color convert

RGB219251224-
CMYK0.1300.110.02
HSL129.38º80%92.16%-
HSV(B)129.38º12.75%98.43%-
XYZ77.1789.4483.72-
YUV238.35119.9114.2-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 31.56%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 224 (87.89% from 255) = 32.28%
R=31.56%
G=36.17%
B=32.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2192512240.1300.110.02129.388092.16
HexDBFBE0D0B281505c
Octal333373340150132201120134
Binary110110111111101111100000110101011101000000110100001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBFBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBFBE0; }

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

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

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

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

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

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

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

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