Html Css Color HEX #D5EDBE Tea Green

📋 copy color: '#D5EDBE'

red 213 ◦ green 237 ◦ blue 190

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

Shades of Tea Green #D5EDBE

Tints of Tea Green #D5EDBE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 29.69%

R = 33.28%
G = 37.03%
B = 29.69%

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

#D5EDBE (or 0xD5EDBE) is known color: Tea Green. HEX triplet: D5, ED and BE. RGB value is (213,237,190). Sum of RGB (Red+Green+Blue) = 213+237+190=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 237 (92.97% from 255 or 37.03% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 237 - color contains mainly: green. Hex color #D5EDBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EDBE is #2A1241. Grayscale: #E0E0E0. Windows color (decimal): -2757186 or 12512725. OLE color: 12512725.

HSL color Cylindrical-coordinate representation of color #D5EDBE: hue angle of 90.64º 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 #D5EDBE is Cyan = 0.10, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.07.

Color convert

RGB 213 237 190 -
CMYK 0.10 0 0.20 0.07
HSL 90.64º 0.57% 0.84% -
HSV(B) 90.64º 0.2% 0.93% -
XYZ 67.02 78.43 60.32 -
YUV 224.47 108.55 119.82 -
System Red Green Blue C M Y K H S L
Decimal 213 237 190 0.10 0 0.20 0.07 90.64 0.57 0.84
Hex D5 ED BE A 0 14 7 5B 39 54
Octal 325 355 276 12 0 24 7 133 71 124
Binary 11010101 11101101 10111110 1010 0 10100 111 1011011 111001 1010100

Color Harmonies of #D5EDBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EDBE

Black with #D5EDBE

Text Example


Text Example

White with #D5EDBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EDBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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