#D6FBDC

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

Shades of Off Green #D6FBDC

Tints of Off Green #D6FBDC

Color information

#D6FBDC (or 0xD6FBDC) is unknown color: approx Off Green. HEX triplet: D6, FB and DC. RGB value is (214,251,220). Sum of RGB (Red+Green+Blue) = 214+251+220=685 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.24% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FBDC is #290423. Grayscale: #ECECEC. Windows color (decimal): -2688036 or 14482390. OLE color: 14482390.

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

Color convert

RGB214251220-
CMYK0.1500.120.02
HSL129.73º82.22%91.18%-
HSV(B)129.73º14.74%98.43%-
XYZ75.1588.4680.82-
YUV236.4118.74112.02-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.24%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=31.24%
G=36.64%
B=32.12%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142512200.1500.120.02129.7382.2291.18
HexD6FBDCF0C282525b
Octal326373334170142202122133
Binary110101101111101111011100111101100101000001010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBDC; }

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

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

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

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

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

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

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

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