Html Css Color HEX #D5FDBA Tea Green

📋 copy color: '#D5FDBA'

red 213 ◦ green 253 ◦ blue 186

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

Shades of Tea Green #D5FDBA

Tints of Tea Green #D5FDBA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 38.8%

 BLUE value IS 186 (73.05% from 255) = 28.53%

R = 32.67%
G = 38.8%
B = 28.53%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.26

 K value IS 0.01

RGB Variations

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

Color information

#D5FDBA (or 0xD5FDBA) is known color: Tea Green. HEX triplet: D5, FD and BA. RGB value is (213,253,186). Sum of RGB (Red+Green+Blue) = 213+253+186=652 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.67% from 652); Green value is 253 (99.22% from 255 or 38.80% from 652); Blue value is 186 (73.05% from 255 or 28.53% from 652); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDBA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDBA is #2A0245. Grayscale: #E9E9E9. Windows color (decimal): -2753094 or 12254677. OLE color: 12254677.

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

Color convert

RGB 213 253 186 -
CMYK 0.16 0 0.26 0.01
HSL 95.82º 0.94% 0.86% -
HSV(B) 95.82º 0.26% 0.99% -
XYZ 71.43 87.94 59.66 -
YUV 233.4 101.25 113.45 -
System Red Green Blue C M Y K H S L
Decimal 213 253 186 0.16 0 0.26 0.01 95.82 0.94 0.86
Hex D5 FD BA 10 0 1A 1 60 5E 56
Octal 325 375 272 20 0 32 1 140 136 126
Binary 11010101 11111101 10111010 10000 0 11010 1 1100000 1011110 1010110

Color Harmonies of #D5FDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FDBA

Black with #D5FDBA

Text Example


Text Example

White with #D5FDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FDBA; }

 p { color: rgb(213,253,186); }

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

background-color css

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

 a { background-color: rgb(213,253,186); }

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

border-color css

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

 span { border-color: rgb(213,253,186); }

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