#D5FCDD

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

Shades of Off Green #D5FCDD

Tints of Off Green #D5FCDD

Color information

#D5FCDD (or 0xD5FCDD) is unknown color: approx Off Green. HEX triplet: D5, FC and DD. RGB value is (213,252,221). Sum of RGB (Red+Green+Blue) = 213+252+221=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDD is #2A0322. Grayscale: #ECECEC. Windows color (decimal): -2753315 or 14548181. OLE color: 14548181.

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

Color convert

RGB213252221-
CMYK0.1500.120.01
HSL132.31º86.67%91.18%-
HSV(B)132.31º15.48%98.82%-
XYZ75.388.9981.61-
YUV236.8119.08111.02-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.05%
GREEN value IS 252 (98.83% from 255) = 36.73%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=31.05%
G=36.73%
B=32.22%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522210.1500.120.01132.3186.6791.18
HexD5FCDDF0C184575b
Octal325374335170141204127133
Binary11010101111111001101110111110110011000010010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCDD; }

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

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

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

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

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

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

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

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