#D5EFBF

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

Shades of Tea Green #D5EFBF

Tints of Tea Green #D5EFBF

Color information

#D5EFBF (or 0xD5EFBF) is unknown color: approx Tea Green. HEX triplet: D5, EF and BF. RGB value is (213,239,191). Sum of RGB (Red+Green+Blue) = 213+239+191=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBF is #2A1040. Grayscale: #E1E1E1. Windows color (decimal): -2756673 or 12578773. OLE color: 12578773.

HSL color Cylindrical-coordinate representation of color #D5EFBF: hue angle of 92.5º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5EFBF is Cyan = 0.11, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.06.

Color convert

RGB213239191-
CMYK0.1100.200.06
HSL92.5º60%84.31%-
HSV(B)92.5º20.08%93.73%-
XYZ67.7179.6461.09-
YUV225.75108.39118.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.13%
GREEN value IS 239 (93.75% from 255) = 37.17%
BLUE value IS 191 (75% from 255) = 29.70%
R=33.13%
G=37.17%
B=29.70%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132391910.1100.200.0692.56084.31
HexD5EFBFB01465c3c54
Octal32535727713024613474124
Binary110101011110111110111111101101010011010111001111001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFBF; }

 p { color: rgb(213,239,191); }

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

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

 a { background-color: rgb(213,239,191); }

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

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

 span { border-color: rgb(213,239,191); }

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