#D5FFDB

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

Shades of Off Green #D5FFDB

Tints of Off Green #D5FFDB

Color information

#D5FFDB (or 0xD5FFDB) is unknown color: approx Off Green. HEX triplet: D5, FF and DB. RGB value is (213,255,219). Sum of RGB (Red+Green+Blue) = 213+255+219=687 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.00% from 687); Green value is 255 (100% from 255 or 37.12% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDB is #2A0024. Grayscale: #EEEEEE. Windows color (decimal): -2752549 or 14417877. OLE color: 14417877.

HSL color Cylindrical-coordinate representation of color #D5FFDB: hue angle of 128.57º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D5FFDB is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB213255219-
CMYK0.1600.140
HSL128.57º100%91.76%-
HSV(B)128.57º16.47%100%-
XYZ75.9990.7880.54-
YUV238.34117.09109.93-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.00%
GREEN value IS 255 (100% from 255) = 37.12%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=31.00%
G=37.12%
B=31.88%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552190.1600.140128.5710091.76
HexD5FFDB100E081645c
Octal325377333200160201144134
Binary110101011111111111011011100000111001000000111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFDB; }

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

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

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

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

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

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

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

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