Html Css Color HEX #D5F0BE Tea Green

📋 copy color: '#D5F0BE'

red 213 ◦ green 240 ◦ blue 190

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

Shades of Tea Green #D5F0BE

Tints of Tea Green #D5F0BE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.33%

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

R = 33.13%
G = 37.33%
B = 29.55%

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

#D5F0BE (or 0xD5F0BE) is known color: Tea Green. HEX triplet: D5, F0 and BE. RGB value is (213,240,190). Sum of RGB (Red+Green+Blue) = 213+240+190=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 240 (94.14% from 255 or 37.33% from 643); Blue value is 190 (74.61% from 255 or 29.55% from 643); Max value from RGB is 240 - color contains mainly: green. Hex color #D5F0BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F0BE is #2A0F41. Grayscale: #E2E2E2. Windows color (decimal): -2756418 or 12513493. OLE color: 12513493.

HSL color Cylindrical-coordinate representation of color #D5F0BE: hue angle of 92.4º degrees, saturation: 0.62, 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 #D5F0BE is Cyan = 0.11, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.

Color convert

RGB 213 240 190 -
CMYK 0.11 0 0.21 0.06
HSL 92.4º 0.63% 0.84% -
HSV(B) 92.4º 0.21% 0.94% -
XYZ 67.89 80.18 60.61 -
YUV 226.23 107.55 118.57 -
System Red Green Blue C M Y K H S L
Decimal 213 240 190 0.11 0 0.21 0.06 92.4 0.63 0.84
Hex D5 F0 BE B 0 15 6 5C 3E 54
Octal 325 360 276 13 0 25 6 134 76 124
Binary 11010101 11110000 10111110 1011 0 10101 110 1011100 111110 1010100

Color Harmonies of #D5F0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5F0BE

Black with #D5F0BE

Text Example


Text Example

White with #D5F0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5F0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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