Html Css Color HEX #D5EFBE Tea Green

📋 copy color: '#D5EFBE'

red 213 ◦ green 239 ◦ blue 190

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

Shades of Tea Green #D5EFBE

Tints of Tea Green #D5EFBE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.23%

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

R = 33.18%
G = 37.23%
B = 29.6%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.21

 K value IS 0.06

RGB Variations

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

Color information

#D5EFBE (or 0xD5EFBE) is known color: Tea Green. HEX triplet: D5, EF and BE. RGB value is (213,239,190). Sum of RGB (Red+Green+Blue) = 213+239+190=642 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.18% from 642); Green value is 239 (93.75% from 255 or 37.23% from 642); Blue value is 190 (74.61% from 255 or 29.60% from 642); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBE is #2A1041. Grayscale: #E1E1E1. Windows color (decimal): -2756674 or 12513237. OLE color: 12513237.

HSL color Cylindrical-coordinate representation of color #D5EFBE: hue angle of 91.84º degrees, saturation: 0.6, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5EFBE is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 239 190 -
CMYK 0.11 0 0.21 0.06
HSL 91.84º 0.6% 0.84% -
HSV(B) 91.84º 0.21% 0.94% -
XYZ 67.6 79.6 60.52 -
YUV 225.64 107.89 118.98 -
System Red Green Blue C M Y K H S L
Decimal 213 239 190 0.11 0 0.21 0.06 91.84 0.6 0.84
Hex D5 EF BE B 0 15 6 5C 3C 54
Octal 325 357 276 13 0 25 6 134 74 124
Binary 11010101 11101111 10111110 1011 0 10101 110 1011100 111100 1010100

Color Harmonies of #D5EFBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFBE

Black with #D5EFBE

Text Example


Text Example

White with #D5EFBE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFBE; }

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

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

background-color css

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

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

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

border-color css

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

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

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