Html Css Color HEX #D5EDBF Tea Green

📋 copy color: '#D5EDBF'

red 213 ◦ green 237 ◦ blue 191

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

Shades of Tea Green #D5EDBF

Tints of Tea Green #D5EDBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 29.8%

R = 33.23%
G = 36.97%
B = 29.8%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.19

 K value IS 0.07

RGB Variations

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

Color information

#D5EDBF (or 0xD5EDBF) is known color: Tea Green. HEX triplet: D5, ED and BF. RGB value is (213,237,191). Sum of RGB (Red+Green+Blue) = 213+237+191=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 237 (92.97% from 255 or 36.97% from 641); Blue value is 191 (75% from 255 or 29.80% from 641); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDBF is #2A1240. Grayscale: #E0E0E0. Windows color (decimal): -2757185 or 12578261. OLE color: 12578261.

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

Color convert

RGB 213 237 191 -
CMYK 0.10 0 0.19 0.07
HSL 91.3º 0.56% 0.84% -
HSV(B) 91.3º 0.19% 0.93% -
XYZ 67.13 78.48 60.9 -
YUV 224.58 109.05 119.74 -
System Red Green Blue C M Y K H S L
Decimal 213 237 191 0.10 0 0.19 0.07 91.3 0.56 0.84
Hex D5 ED BF A 0 13 7 5B 38 54
Octal 325 355 277 12 0 23 7 133 70 124
Binary 11010101 11101101 10111111 1010 0 10011 111 1011011 111000 1010100

Color Harmonies of #D5EDBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDBF

Black with #D5EDBF

Text Example


Text Example

White with #D5EDBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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