#D5F8BE

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

Shades of Tea Green #D5F8BE

Tints of Tea Green #D5F8BE

Color information

#D5F8BE (or 0xD5F8BE) is unknown color: approx Tea Green. HEX triplet: D5, F8 and BE. RGB value is (213,248,190). Sum of RGB (Red+Green+Blue) = 213+248+190=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 248 (97.27% from 255 or 38.10% from 651); Blue value is 190 (74.61% from 255 or 29.19% from 651); Max value from RGB is 248 - color contains mainly: green. Hex color #D5F8BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F8BE is #2A0741. Grayscale: #E7E7E7. Windows color (decimal): -2754370 or 12515541. OLE color: 12515541.

HSL color Cylindrical-coordinate representation of color #D5F8BE: hue angle of 96.21º degrees, saturation: 0.81, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D5F8BE is Cyan = 0.14, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.

Color convert

RGB213248190-
CMYK0.1400.230.03
HSL96.21º80.56%85.88%-
HSV(B)96.21º23.39%97.25%-
XYZ70.38561.42-
YUV230.92104.9115.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 248 (97.27% from 255) = 38.10%
BLUE value IS 190 (74.61% from 255) = 29.19%
R=32.72%
G=38.10%
B=29.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2132481900.1400.230.0396.2180.5685.88
HexD5F8BEE0173605156
Octal325370276160273140121126
Binary110101011111100010111110111001011111110000010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F8BE; }

 p { color: rgb(213,248,190); }

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

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

 a { background-color: rgb(213,248,190); }

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

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

 span { border-color: rgb(213,248,190); }

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