#D5FCDA

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

Shades of Off Green #D5FCDA

Tints of Off Green #D5FCDA

Color information

#D5FCDA (or 0xD5FCDA) is unknown color: approx Off Green. HEX triplet: D5, FC and DA. RGB value is (213,252,218). Sum of RGB (Red+Green+Blue) = 213+252+218=683 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.19% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 252 - color contains mainly: green. Hex color #D5FCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FCDA is #2A0325. Grayscale: #ECECEC. Windows color (decimal): -2753318 or 14351573. OLE color: 14351573.

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

Color convert

RGB213252218-
CMYK0.1500.130.01
HSL127.69º86.67%91.18%-
HSV(B)127.69º15.48%98.82%-
XYZ74.9188.8379.53-
YUV236.46117.58111.26-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.19%
GREEN value IS 252 (98.83% from 255) = 36.90%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=31.19%
G=36.90%
B=31.92%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132522180.1500.130.01127.6986.6791.18
HexD5FCDAF0D180575b
Octal325374332170151200127133
Binary11010101111111001101101011110110111000000010101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FCDA; }

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

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

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

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

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

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

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

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