#D1FBD6

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

Shades of Off Green #D1FBD6

Tints of Off Green #D1FBD6

Color information

#D1FBD6 (or 0xD1FBD6) is unknown color: approx Off Green. HEX triplet: D1, FB and D6. RGB value is (209,251,214). Sum of RGB (Red+Green+Blue) = 209+251+214=674 (89% of max value = 765). Red value is 209 (82.03% from 255 or 31.01% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 214 (83.98% from 255 or 31.75% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FBD6 is #2E0429. Grayscale: #EAEAEA. Windows color (decimal): -3015722 or 14089169. OLE color: 14089169.

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

Color convert

RGB209251214-
CMYK0.1700.150.02
HSL127.14º84%90.2%-
HSV(B)127.14º16.73%98.43%-
XYZ72.9387.476.65-
YUV234.22116.59110.01-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.01%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 214 (83.98% from 255) = 31.75%
R=31.01%
G=37.24%
B=31.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092512140.1700.150.02127.148490.2
HexD1FBD6110F27f545a
Octal321373326210172177124132
Binary110100011111101111010110100010111110111111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FBD6; }

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

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

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

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

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

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

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

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