#D0FFDA

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

Shades of Off Green #D0FFDA

Tints of Off Green #D0FFDA

Color information

#D0FFDA (or 0xD0FFDA) is unknown color: approx Off Green. HEX triplet: D0, FF and DA. RGB value is (208,255,218). Sum of RGB (Red+Green+Blue) = 208+255+218=681 (90% of max value = 765). Red value is 208 (81.64% from 255 or 30.54% from 681); Green value is 255 (100% from 255 or 37.44% from 681); Blue value is 218 (85.55% from 255 or 32.01% from 681); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFDA is #2F0025. Grayscale: #ECECEC. Windows color (decimal): -3080230 or 14352336. OLE color: 14352336.

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

Color convert

RGB208255218-
CMYK0.1800.150
HSL132.77º100%90.78%-
HSV(B)132.77º18.43%100%-
XYZ74.4389.9979.78-
YUV236.73117.43107.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 30.54%
GREEN value IS 255 (100% from 255) = 37.44%
BLUE value IS 218 (85.55% from 255) = 32.01%
R=30.54%
G=37.44%
B=32.01%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082552180.1800.150132.7710090.78
HexD0FFDA120F085645b
Octal320377332220170205144133
Binary110100001111111111011010100100111101000010111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFDA; }

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

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

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

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

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

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

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

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