Html Css Color HEX #D5FFBC Tea Green

📋 copy color: '#D5FFBC'

red 213 ◦ green 255 ◦ blue 188

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

Shades of Tea Green #D5FFBC

Tints of Tea Green #D5FFBC

RGB

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

 GREEN value IS 255 (100% from 255) = 38.87%

 BLUE value IS 188 (73.83% from 255) = 28.66%

R = 32.47%
G = 38.87%
B = 28.66%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#D5FFBC (or 0xD5FFBC) is known color: Tea Green. HEX triplet: D5, FF and BC. RGB value is (213,255,188). Sum of RGB (Red+Green+Blue) = 213+255+188=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 188 (73.83% from 255 or 28.66% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFBC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFBC is #2A0043. Grayscale: #EBEBEB. Windows color (decimal): -2752580 or 12386261. OLE color: 12386261.

HSL color Cylindrical-coordinate representation of color #D5FFBC: hue angle of 97.61º degrees, saturation: 1, lightness: 0.87%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #D5FFBC is Cyan = 0.16, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.

Color convert

RGB 213 255 188 -
CMYK 0.16 0 0.26 0
HSL 97.61º 1% 0.87% -
HSV(B) 97.61º 0.26% 1% -
XYZ 72.28 89.3 61 -
YUV 234.8 101.59 112.45 -
System Red Green Blue C M Y K H S L
Decimal 213 255 188 0.16 0 0.26 0 97.61 1 0.87
Hex D5 FF BC 10 0 1A 0 62 64 57
Octal 325 377 274 20 0 32 0 142 144 127
Binary 11010101 11111111 10111100 10000 0 11010 0 1100010 1100100 1010111

Color Harmonies of #D5FFBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFBC

Black with #D5FFBC

Text Example


Text Example

White with #D5FFBC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFBC; }

 p { color: rgb(213,255,188); }

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

background-color css

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

 a { background-color: rgb(213,255,188); }

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

border-color css

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

 span { border-color: rgb(213,255,188); }

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