#D5FADA

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

Shades of Off Green #D5FADA

Tints of Off Green #D5FADA

Color information

#D5FADA (or 0xD5FADA) is unknown color: approx Off Green. HEX triplet: D5, FA and DA. RGB value is (213,250,218). Sum of RGB (Red+Green+Blue) = 213+250+218=681 (90% of max value = 765). Red value is 213 (83.59% from 255 or 31.28% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FADA is #2A0525. Grayscale: #EBEBEB. Windows color (decimal): -2753830 or 14351061. OLE color: 14351061.

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

Color convert

RGB213250218-
CMYK0.1500.130.02
HSL128.11º78.72%90.78%-
HSV(B)128.11º14.8%98.04%-
XYZ74.2887.5879.32-
YUV235.29118.24112.1-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.28%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=31.28%
G=36.71%
B=32.01%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502180.1500.130.02128.1178.7290.78
HexD5FADAF0D2804f5b
Octal325372332170152200117133
Binary110101011111101011011010111101101101000000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FADA; }

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

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

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

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

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

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

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

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