Html Css Color HEX #D5EDBD Tea Green

📋 copy color: '#D5EDBD'

red 213 ◦ green 237 ◦ blue 189

#D5EDBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tea Green #D5EDBD

Tints of Tea Green #D5EDBD

RGB

 RED value IS 213 (83.59% from 255) = 33.33%

 GREEN value IS 237 (92.97% from 255) = 37.09%

 BLUE value IS 189 (74.22% from 255) = 29.58%

R = 33.33%
G = 37.09%
B = 29.58%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.20

 K value IS 0.07

RGB Variations

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

Color information

#D5EDBD (or 0xD5EDBD) is known color: Tea Green. HEX triplet: D5, ED and BD. RGB value is (213,237,189). Sum of RGB (Red+Green+Blue) = 213+237+189=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 237 (92.97% from 255 or 37.09% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDBD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDBD is #2A1242. Grayscale: #E0E0E0. Windows color (decimal): -2757187 or 12447189. OLE color: 12447189.

HSL color Cylindrical-coordinate representation of color #D5EDBD: hue angle of 90º degrees, saturation: 0.57, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D5EDBD is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 189 -
CMYK 0.10 0 0.20 0.07
HSL 90º 0.57% 0.84% -
HSV(B) 90º 0.2% 0.93% -
XYZ 66.91 78.39 59.75 -
YUV 224.35 108.05 119.9 -
System Red Green Blue C M Y K H S L
Decimal 213 237 189 0.10 0 0.20 0.07 90 0.57 0.84
Hex D5 ED BD A 0 14 7 5A 39 54
Octal 325 355 275 12 0 24 7 132 71 124
Binary 11010101 11101101 10111101 1010 0 10100 111 1011010 111001 1010100

Color Harmonies of #D5EDBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDBD

Black with #D5EDBD

Text Example


Text Example

White with #D5EDBD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDBD; }

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

 H1.HeaderClassName
 {
   color: #D5EDBD;
 }
 .AnyTagClassName
 {
   color: #D5EDBD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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