#D6FBDA

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

Shades of Off Green #D6FBDA

Tints of Off Green #D6FBDA

Color information

#D6FBDA (or 0xD6FBDA) is unknown color: approx Off Green. HEX triplet: D6, FB and DA. RGB value is (214,251,218). Sum of RGB (Red+Green+Blue) = 214+251+218=683 (90% of max value = 765). Red value is 214 (83.98% from 255 or 31.33% from 683); Green value is 251 (98.44% from 255 or 36.75% from 683); Blue value is 218 (85.55% from 255 or 31.92% from 683); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FBDA is #290425. Grayscale: #ECECEC. Windows color (decimal): -2688038 or 14351318. OLE color: 14351318.

HSL color Cylindrical-coordinate representation of color #D6FBDA: hue angle of 126.49º degrees, saturation: 0.82, 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 #D6FBDA is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.

Color convert

RGB214251218-
CMYK0.1500.130.02
HSL126.49º82.22%91.18%-
HSV(B)126.49º14.74%98.43%-
XYZ74.8888.3579.44-
YUV236.18117.74112.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.33%
GREEN value IS 251 (98.44% from 255) = 36.75%
BLUE value IS 218 (85.55% from 255) = 31.92%
R=31.33%
G=36.75%
B=31.92%

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
Decimal2142512180.1500.130.02126.4982.2291.18
HexD6FBDAF0D27e525b
Octal326373332170152176122133
Binary11010110111110111101101011110110110111111010100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBDA; }

 p { color: rgb(214,251,218); }

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

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

 a { background-color: rgb(214,251,218); }

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

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

 span { border-color: rgb(214,251,218); }

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