#D7FCDB

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

Shades of Off Green #D7FCDB

Tints of Off Green #D7FCDB

Color information

#D7FCDB (or 0xD7FCDB) is unknown color: approx Off Green. HEX triplet: D7, FC and DB. RGB value is (215,252,219). Sum of RGB (Red+Green+Blue) = 215+252+219=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 219 (85.94% from 255 or 31.92% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #D7FCDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FCDB is #280324. Grayscale: #EDEDED. Windows color (decimal): -2622245 or 14417111. OLE color: 14417111.

HSL color Cylindrical-coordinate representation of color #D7FCDB: hue angle of 126.49º degrees, saturation: 0.86, 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 #D7FCDB is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB215252219-
CMYK0.1500.130.01
HSL126.49º86.05%91.57%-
HSV(B)126.49º14.68%98.82%-
XYZ75.6289.1880.25-
YUV237.18117.74112.18-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.34%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 219 (85.94% from 255) = 31.92%
R=31.34%
G=36.73%
B=31.92%

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
Decimal2152522190.1500.130.01126.4986.0591.57
HexD7FCDBF0D17e565c
Octal327374333170151176126134
Binary1101011111111100110110111111011011111111010101101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FCDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FCDB; }

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

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

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

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

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

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

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

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