#D5FEBD

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

Shades of Tea Green #D5FEBD

Tints of Tea Green #D5FEBD

Color information

#D5FEBD (or 0xD5FEBD) is unknown color: approx Tea Green. HEX triplet: D5, FE and BD. RGB value is (213,254,189). Sum of RGB (Red+Green+Blue) = 213+254+189=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 254 (99.61% from 255 or 38.72% from 656); Blue value is 189 (74.22% from 255 or 28.81% from 656); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FEBD is #2A0142. Grayscale: #EAEAEA. Windows color (decimal): -2752835 or 12451541. OLE color: 12451541.

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

Color convert

RGB213254189-
CMYK0.1600.260.00
HSL97.85º97.01%86.86%-
HSV(B)97.85º25.59%99.61%-
XYZ72.0788.761.47-
YUV234.33102.42112.79-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.47%
GREEN value IS 254 (99.61% from 255) = 38.72%
BLUE value IS 189 (74.22% from 255) = 28.81%
R=32.47%
G=38.72%
B=28.81%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132541890.1600.260.0097.8597.0186.86
HexD5FEBD1001A0626157
Octal325376275200320142141127
Binary110101011111111010111101100000110100110001011000011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FEBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FEBD; }

 p { color: rgb(213,254,189); }

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

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

 a { background-color: rgb(213,254,189); }

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

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

 span { border-color: rgb(213,254,189); }

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