#D7FBDC

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

Shades of Off Green #D7FBDC

Tints of Off Green #D7FBDC

Color information

#D7FBDC (or 0xD7FBDC) is unknown color: approx Off Green. HEX triplet: D7, FB and DC. RGB value is (215,251,220). Sum of RGB (Red+Green+Blue) = 215+251+220=686 (90% of max value = 765). Red value is 215 (84.38% from 255 or 31.34% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 220 (86.33% from 255 or 32.07% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FBDC is #280423. Grayscale: #ECECEC. Windows color (decimal): -2622500 or 14482391. OLE color: 14482391.

HSL color Cylindrical-coordinate representation of color #D7FBDC: hue angle of 128.33º degrees, saturation: 0.82, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7FBDC is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB215251220-
CMYK0.1400.120.02
HSL128.33º81.82%91.37%-
HSV(B)128.33º14.34%98.43%-
XYZ75.4488.6180.84-
YUV236.7118.57112.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.34%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 220 (86.33% from 255) = 32.07%
R=31.34%
G=36.59%
B=32.07%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152512200.1400.120.02128.3381.8291.37
HexD7FBDCE0C280525b
Octal327373334160142200122133
Binary110101111111101111011100111001100101000000010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FBDC; }

 p { color: rgb(215,251,220); }

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

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

 a { background-color: rgb(215,251,220); }

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

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

 span { border-color: rgb(215,251,220); }

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