Html Css Color HEX #D5EFBF Tea Green

📋 copy color: '#D5EFBF'

red 213 ◦ green 239 ◦ blue 191

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

Shades of Tea Green #D5EFBF

Tints of Tea Green #D5EFBF

RGB

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

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

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

R = 33.13%
G = 37.17%
B = 29.7%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.20

 K value IS 0.06

RGB Variations

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

Color information

#D5EFBF (or 0xD5EFBF) is known color: Tea Green. HEX triplet: D5, EF and BF. RGB value is (213,239,191). Sum of RGB (Red+Green+Blue) = 213+239+191=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 239 (93.75% from 255 or 37.17% from 643); Blue value is 191 (75% from 255 or 29.70% from 643); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFBF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFBF is #2A1040. Grayscale: #E1E1E1. Windows color (decimal): -2756673 or 12578773. OLE color: 12578773.

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

Color convert

RGB 213 239 191 -
CMYK 0.11 0 0.20 0.06
HSL 92.5º 0.6% 0.84% -
HSV(B) 92.5º 0.2% 0.94% -
XYZ 67.71 79.64 61.09 -
YUV 225.75 108.39 118.9 -
System Red Green Blue C M Y K H S L
Decimal 213 239 191 0.11 0 0.20 0.06 92.5 0.6 0.84
Hex D5 EF BF B 0 14 6 5C 3C 54
Octal 325 357 277 13 0 24 6 134 74 124
Binary 11010101 11101111 10111111 1011 0 10100 110 1011100 111100 1010100

Color Harmonies of #D5EFBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5EFBF

Black with #D5EFBF

Text Example


Text Example

White with #D5EFBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5EFBF; }

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

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

background-color css

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

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

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

border-color css

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

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

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