#D5FFDA

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

Shades of Off Green #D5FFDA

Tints of Off Green #D5FFDA

Color information

#D5FFDA (or 0xD5FFDA) is unknown color: approx Off Green. HEX triplet: D5, FF and DA. RGB value is (213,255,218). Sum of RGB (Red+Green+Blue) = 213+255+218=686 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.05% from 686); Green value is 255 (100% from 255 or 37.17% from 686); Blue value is 218 (85.55% from 255 or 31.78% from 686); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDA is #2A0025. Grayscale: #EEEEEE. Windows color (decimal): -2752550 or 14352341. OLE color: 14352341.

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

Color convert

RGB213255218-
CMYK0.1600.150
HSL127.14º100%91.76%-
HSV(B)127.14º16.47%100%-
XYZ75.8690.7379.84-
YUV238.22116.59110.01-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.05%
GREEN value IS 255 (100% from 255) = 37.17%
BLUE value IS 218 (85.55% from 255) = 31.78%
R=31.05%
G=37.17%
B=31.78%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552180.1600.150127.1410091.76
HexD5FFDA100F07f645c
Octal325377332200170177144134
Binary11010101111111111101101010000011110111111111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFDA; }

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

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

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

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

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

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

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

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