#D5FBDD

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

Shades of Off Green #D5FBDD

Tints of Off Green #D5FBDD

Color information

#D5FBDD (or 0xD5FBDD) is unknown color: approx Off Green. HEX triplet: D5, FB and DD. RGB value is (213,251,221). Sum of RGB (Red+Green+Blue) = 213+251+221=685 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.09% from 685); Green value is 251 (98.44% from 255 or 36.64% from 685); Blue value is 221 (86.72% from 255 or 32.26% from 685); Max value from RGB is 251 - color contains mainly: green. Hex color #D5FBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FBDD is #2A0422. Grayscale: #ECECEC. Windows color (decimal): -2753571 or 14547925. OLE color: 14547925.

HSL color Cylindrical-coordinate representation of color #D5FBDD: hue angle of 132.63º degrees, saturation: 0.83, 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 #D5FBDD is Cyan = 0.15, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB213251221-
CMYK0.1500.120.02
HSL132.63º82.61%90.98%-
HSV(B)132.63º15.14%98.43%-
XYZ74.9988.3681.51-
YUV236.22119.41111.44-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.09%
GREEN value IS 251 (98.44% from 255) = 36.64%
BLUE value IS 221 (86.72% from 255) = 32.26%
R=31.09%
G=36.64%
B=32.26%

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
Decimal2132512210.1500.120.02132.6382.6190.98
HexD5FBDDF0C285535b
Octal325373335170142205123133
Binary110101011111101111011101111101100101000010110100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FBDD; }

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

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

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

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

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

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

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

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