#D1FBDB

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

Shades of Off Green #D1FBDB

Tints of Off Green #D1FBDB

Color information

#D1FBDB (or 0xD1FBDB) is unknown color: approx Off Green. HEX triplet: D1, FB and DB. RGB value is (209,251,219). Sum of RGB (Red+Green+Blue) = 209+251+219=679 (89% of max value = 765). Red value is 209 (82.03% from 255 or 30.78% from 679); Green value is 251 (98.44% from 255 or 36.97% from 679); Blue value is 219 (85.94% from 255 or 32.25% from 679); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FBDB is #2E0424. Grayscale: #EAEAEA. Windows color (decimal): -3015717 or 14416849. OLE color: 14416849.

HSL color Cylindrical-coordinate representation of color #D1FBDB: hue angle of 134.29º 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 #D1FBDB is Cyan = 0.17, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB209251219-
CMYK0.1700.130.02
HSL134.29º84%90.2%-
HSV(B)134.29º16.73%98.43%-
XYZ73.5887.6680.06-
YUV234.79119.09109.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 30.78%
GREEN value IS 251 (98.44% from 255) = 36.97%
BLUE value IS 219 (85.94% from 255) = 32.25%
R=30.78%
G=36.97%
B=32.25%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092512190.1700.130.02134.298490.2
HexD1FBDB110D286545a
Octal321373333210152206124132
Binary1101000111111011110110111000101101101000011010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FBDB; }

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

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

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

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

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

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

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

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