#D5F9DA

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

Shades of Off Green #D5F9DA

Tints of Off Green #D5F9DA

Color information

#D5F9DA (or 0xD5F9DA) is unknown color: approx Off Green. HEX triplet: D5, F9 and DA. RGB value is (213,249,218). Sum of RGB (Red+Green+Blue) = 213+249+218=680 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.32% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F9DA is #2A0625. Grayscale: #EAEAEA. Windows color (decimal): -2754086 or 14350805. OLE color: 14350805.

HSL color Cylindrical-coordinate representation of color #D5F9DA: hue angle of 128.33º degrees, saturation: 0.75, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D5F9DA is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB213249218-
CMYK0.1400.120.02
HSL128.33º75%90.59%-
HSV(B)128.33º14.46%97.65%-
XYZ73.9786.9679.22-
YUV234.7118.57112.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.32%
GREEN value IS 249 (97.66% from 255) = 36.62%
BLUE value IS 218 (85.55% from 255) = 32.06%
R=31.32%
G=36.62%
B=32.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132492180.1400.120.02128.337590.59
HexD5F9DAE0C2804b5b
Octal325371332160142200113133
Binary110101011111100111011010111001100101000000010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F9DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F9DA; }

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

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

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

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

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

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

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

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