#D2FEDA

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

Shades of Off Green #D2FEDA

Tints of Off Green #D2FEDA

Color information

#D2FEDA (or 0xD2FEDA) is unknown color: approx Off Green. HEX triplet: D2, FE and DA. RGB value is (210,254,218). Sum of RGB (Red+Green+Blue) = 210+254+218=682 (90% of max value = 765). Red value is 210 (82.42% from 255 or 30.79% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 218 (85.55% from 255 or 31.96% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FEDA is #2D0125. Grayscale: #ECECEC. Windows color (decimal): -2949414 or 14352082. OLE color: 14352082.

HSL color Cylindrical-coordinate representation of color #D2FEDA: hue angle of 130.91º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2FEDA is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB210254218-
CMYK0.1700.140.00
HSL130.91º95.65%90.98%-
HSV(B)130.91º17.32%99.61%-
XYZ74.6889.6579.7-
YUV236.74117.42108.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 30.79%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 218 (85.55% from 255) = 31.96%
R=30.79%
G=37.24%
B=31.96%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542180.1700.140.00130.9195.6590.98
HexD2FEDA110E083605b
Octal322376332210160203140133
Binary110100101111111011011010100010111001000001111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FEDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FEDA; }

 p { color: rgb(210,254,218); }

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

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

 a { background-color: rgb(210,254,218); }

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

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

 span { border-color: rgb(210,254,218); }

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