Html Css Color HEX #D5FFB0 Tea Green

📋 copy color: '#D5FFB0'

red 213 ◦ green 255 ◦ blue 176

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

Shades of Tea Green #D5FFB0

Tints of Tea Green #D5FFB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.33%

R = 33.07%
G = 39.6%
B = 27.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0

RGB Variations

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

Color information

#D5FFB0 (or 0xD5FFB0) is known color: Tea Green. HEX triplet: D5, FF and B0. RGB value is (213,255,176). Sum of RGB (Red+Green+Blue) = 213+255+176=644 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.07% from 644); Green value is 255 (100% from 255 or 39.60% from 644); Blue value is 176 (69.14% from 255 or 27.33% from 644); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FFB0 is #2A004F. Grayscale: #E9E9E9. Windows color (decimal): -2752592 or 11599829. OLE color: 11599829.

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

Color convert

RGB 213 255 176 -
CMYK 0.16 0 0.31 0
HSL 91.9º 1% 0.85% -
HSV(B) 91.9º 0.31% 1% -
XYZ 71.04 88.8 54.47 -
YUV 233.44 95.59 113.42 -
System Red Green Blue C M Y K H S L
Decimal 213 255 176 0.16 0 0.31 0 91.9 1 0.85
Hex D5 FF B0 10 0 1F 0 5C 64 55
Octal 325 377 260 20 0 37 0 134 144 125
Binary 11010101 11111111 10110000 10000 0 11111 0 1011100 1100100 1010101

Color Harmonies of #D5FFB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FFB0

Black with #D5FFB0

Text Example


Text Example

White with #D5FFB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FFB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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