#D5F8DB

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

Shades of Off Green #D5F8DB

Tints of Off Green #D5F8DB

Color information

#D5F8DB (or 0xD5F8DB) is unknown color: approx Off Green. HEX triplet: D5, F8 and DB. RGB value is (213,248,219). Sum of RGB (Red+Green+Blue) = 213+248+219=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 248 (97.27% from 255 or 36.47% from 680); Blue value is 219 (85.94% from 255 or 32.21% from 680); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8DB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8DB is #2A0724. Grayscale: #EAEAEA. Windows color (decimal): -2754341 or 14416085. OLE color: 14416085.

HSL color Cylindrical-coordinate representation of color #D5F8DB: hue angle of 130.29º degrees, saturation: 0.71, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F8DB is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB213248219-
CMYK0.1400.120.03
HSL130.29º71.43%90.39%-
HSV(B)130.29º14.11%97.25%-
XYZ73.7986.479.8-
YUV234.23119.4112.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.32%
GREEN value IS 248 (97.27% from 255) = 36.47%
BLUE value IS 219 (85.94% from 255) = 32.21%
R=31.32%
G=36.47%
B=32.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132482190.1400.120.03130.2971.4390.39
HexD5F8DBE0C382475a
Octal325370333160143202107132
Binary110101011111100011011011111001100111000001010001111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F8DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F8DB; }

 p { color: rgb(213,248,219); }

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

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

 a { background-color: rgb(213,248,219); }

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

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

 span { border-color: rgb(213,248,219); }

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