#D0FFBF

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

Shades of Tea Green #D0FFBF

Tints of Tea Green #D0FFBF

Color information

#D0FFBF (or 0xD0FFBF) is unknown color: approx Tea Green. HEX triplet: D0, FF and BF. RGB value is (208,255,191). Sum of RGB (Red+Green+Blue) = 208+255+191=654 (86% of max value = 765). Red value is 208 (81.64% from 255 or 31.80% from 654); Green value is 255 (100% from 255 or 38.99% from 654); Blue value is 191 (75% from 255 or 29.20% from 654); Max value from RGB is 255 - color contains mainly: green. Hex color #D0FFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D0FFBF is #2F0040. Grayscale: #E9E9E9. Windows color (decimal): -3080257 or 12582864. OLE color: 12582864.

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

Color convert

RGB208255191-
CMYK0.1800.250
HSL104.06º100%87.45%-
HSV(B)104.06º25.1%100%-
XYZ71.1888.6962.66-
YUV233.65103.93109.7-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 31.80%
GREEN value IS 255 (100% from 255) = 38.99%
BLUE value IS 191 (75% from 255) = 29.20%
R=31.80%
G=38.99%
B=29.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2082551910.1800.250104.0610087.45
HexD0FFBF120190686457
Octal320377277220310150144127
Binary110100001111111110111111100100110010110100011001001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FFBF; }

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

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

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

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

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

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

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

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