#D7FDDB

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

Shades of Off Green #D7FDDB

Tints of Off Green #D7FDDB

Color information

#D7FDDB (or 0xD7FDDB) is unknown color: approx Off Green. HEX triplet: D7, FD and DB. RGB value is (215,253,219). Sum of RGB (Red+Green+Blue) = 215+253+219=687 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.30% from 687); Green value is 253 (99.22% from 255 or 36.83% from 687); Blue value is 219 (85.94% from 255 or 31.88% from 687); Max value from RGB is 253 - color contains mainly: green. Hex color #D7FDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FDDB is #280224. Grayscale: #EDEDED. Windows color (decimal): -2621989 or 14417367. OLE color: 14417367.

HSL color Cylindrical-coordinate representation of color #D7FDDB: hue angle of 126.32º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7FDDB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB215253219-
CMYK0.1500.130.01
HSL126.32º90.48%91.76%-
HSV(B)126.32º15.02%99.22%-
XYZ75.9489.8180.35-
YUV237.76117.41111.76-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.30%
GREEN value IS 253 (99.22% from 255) = 36.83%
BLUE value IS 219 (85.94% from 255) = 31.88%
R=31.30%
G=36.83%
B=31.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2152532190.1500.130.01126.3290.4891.76
HexD7FDDBF0D17e5a5c
Octal327375333170151176132134
Binary1101011111111101110110111111011011111111010110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FDDB; }

 p { color: rgb(215,253,219); }

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

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

 a { background-color: rgb(215,253,219); }

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

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

 span { border-color: rgb(215,253,219); }

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