Html Css Color HEX #D5FEB0 Tea Green

📋 copy color: '#D5FEB0'

red 213 ◦ green 254 ◦ blue 176

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

Shades of Tea Green #D5FEB0

Tints of Tea Green #D5FEB0

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.5%

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

R = 33.13%
G = 39.5%
B = 27.37%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#D5FEB0 (or 0xD5FEB0) is known color: Tea Green. HEX triplet: D5, FE and B0. RGB value is (213,254,176). Sum of RGB (Red+Green+Blue) = 213+254+176=643 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.13% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 176 (69.14% from 255 or 27.37% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEB0 is #2A014F. Grayscale: #E9E9E9. Windows color (decimal): -2752848 or 11599573. OLE color: 11599573.

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

Color convert

RGB 213 254 176 -
CMYK 0.16 0 0.31 0.00
HSL 91.54º 0.98% 0.84% -
HSV(B) 91.54º 0.31% 1% -
XYZ 70.72 88.16 54.36 -
YUV 232.85 95.92 113.84 -
System Red Green Blue C M Y K H S L
Decimal 213 254 176 0.16 0 0.31 0.00 91.54 0.98 0.84
Hex D5 FE B0 10 0 1F 0 5C 62 54
Octal 325 376 260 20 0 37 0 134 142 124
Binary 11010101 11111110 10110000 10000 0 11111 0 1011100 1100010 1010100

Color Harmonies of #D5FEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEB0

Black with #D5FEB0

Text Example


Text Example

White with #D5FEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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