#D8FBDD

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

Shades of Off Green #D8FBDD

Tints of Off Green #D8FBDD

Color information

#D8FBDD (or 0xD8FBDD) is unknown color: approx Off Green. HEX triplet: D8, FB and DD. RGB value is (216,251,221). Sum of RGB (Red+Green+Blue) = 216+251+221=688 (91% of max value = 765). Red value is 216 (84.77% from 255 or 31.40% from 688); Green value is 251 (98.44% from 255 or 36.48% from 688); Blue value is 221 (86.72% from 255 or 32.12% from 688); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FBDD is #270422. Grayscale: #EDEDED. Windows color (decimal): -2556963 or 14547928. OLE color: 14547928.

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

Color convert

RGB216251221-
CMYK0.1400.120.02
HSL128.57º81.4%91.57%-
HSV(B)128.57º13.94%98.43%-
XYZ75.8788.8181.55-
YUV237.12118.9112.94-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 31.40%
GREEN value IS 251 (98.44% from 255) = 36.48%
BLUE value IS 221 (86.72% from 255) = 32.12%
R=31.40%
G=36.48%
B=32.12%

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
Decimal2162512210.1400.120.02128.5781.491.57
HexD8FBDDE0C281515c
Octal330373335160142201121134
Binary110110001111101111011101111001100101000000110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FBDD; }

 p { color: rgb(216,251,221); }

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

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

 a { background-color: rgb(216,251,221); }

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

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

 span { border-color: rgb(216,251,221); }

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