#D5FFDC

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

Shades of Off Green #D5FFDC

Tints of Off Green #D5FFDC

Color information

#D5FFDC (or 0xD5FFDC) is unknown color: approx Off Green. HEX triplet: D5, FF and DC. RGB value is (213,255,220). Sum of RGB (Red+Green+Blue) = 213+255+220=688 (91% of max value = 765). Red value is 213 (83.59% from 255 or 30.96% from 688); Green value is 255 (100% from 255 or 37.06% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFDC is #2A0023. Grayscale: #EEEEEE. Windows color (decimal): -2752548 or 14483413. OLE color: 14483413.

HSL color Cylindrical-coordinate representation of color #D5FFDC: hue angle of 130º 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 #D5FFDC is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.

Color convert

RGB213255220-
CMYK0.1600.140
HSL130º100%91.76%-
HSV(B)130º16.47%100%-
XYZ76.1290.8381.23-
YUV238.45117.59109.85-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 30.96%
GREEN value IS 255 (100% from 255) = 37.06%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=30.96%
G=37.06%
B=31.98%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552200.1600.14013010091.76
HexD5FFDC100E082645c
Octal325377334200160202144134
Binary110101011111111111011100100000111001000001011001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFDC; }

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

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

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

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

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

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

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

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