#D4EFBD

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

Shades of Tea Green #D4EFBD

Tints of Tea Green #D4EFBD

Color information

#D4EFBD (or 0xD4EFBD) is unknown color: approx Tea Green. HEX triplet: D4, EF and BD. RGB value is (212,239,189). Sum of RGB (Red+Green+Blue) = 212+239+189=640 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.12% from 640); Green value is 239 (93.75% from 255 or 37.34% from 640); Blue value is 189 (74.22% from 255 or 29.53% from 640); Max value from RGB is 239 - color contains mainly: green. Hex color #D4EFBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D4EFBD is #2B1042. Grayscale: #E1E1E1. Windows color (decimal): -2822211 or 12447700. OLE color: 12447700.

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

Color convert

RGB212239189-
CMYK0.1100.210.06
HSL92.4º60.98%83.92%-
HSV(B)92.4º20.92%93.73%-
XYZ67.279.459.93-
YUV225.23107.55118.57-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.12%
GREEN value IS 239 (93.75% from 255) = 37.34%
BLUE value IS 189 (74.22% from 255) = 29.53%
R=33.12%
G=37.34%
B=29.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2122391890.1100.210.0692.460.9883.92
HexD4EFBDB01565c3d54
Octal32435727513025613475124
Binary110101001110111110111101101101010111010111001111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4EFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4EFBD; }

 p { color: rgb(212,239,189); }

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

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

 a { background-color: rgb(212,239,189); }

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

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

 span { border-color: rgb(212,239,189); }

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