#D0FFBD

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

Shades of Tea Green #D0FFBD

Tints of Tea Green #D0FFBD

Color information

#D0FFBD (or 0xD0FFBD) is unknown color: approx Tea Green. HEX triplet: D0, FF and BD. RGB value is (208,255,189). Sum of RGB (Red+Green+Blue) = 208+255+189=652 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.90% from 652); Green value is 255 (100% from 255 or 39.11% from 652); Blue value is 189 (74.22% from 255 or 28.99% from 652); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFBD is #2F0042. Grayscale: #E9E9E9. Windows color (decimal): -3080259 or 12451792. OLE color: 12451792.

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

Color convert

RGB208255189-
CMYK0.1800.260
HSL102.73º100%87.06%-
HSV(B)102.73º25.88%100%-
XYZ70.9688.661.51-
YUV233.42102.93109.87-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.90%
GREEN value IS 255 (100% from 255) = 39.11%
BLUE value IS 189 (74.22% from 255) = 28.99%
R=31.90%
G=39.11%
B=28.99%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551890.1800.260102.7310087.06
HexD0FFBD1201A0676457
Octal320377275220320147144127
Binary110100001111111110111101100100110100110011111001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFBD; }

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

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

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

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

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

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

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

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