Html Css Color HEX #D5FEC2 Tea Green

📋 copy color: '#D5FEC2'

red 213 ◦ green 254 ◦ blue 194

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

Shades of Tea Green #D5FEC2

Tints of Tea Green #D5FEC2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 29.35%

R = 32.22%
G = 38.43%
B = 29.35%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.24

 K value IS 0.00

RGB Variations

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

Color information

#D5FEC2 (or 0xD5FEC2) is known color: Tea Green. HEX triplet: D5, FE and C2. RGB value is (213,254,194). Sum of RGB (Red+Green+Blue) = 213+254+194=661 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.22% from 661); Green value is 254 (99.61% from 255 or 38.43% from 661); Blue value is 194 (76.17% from 255 or 29.35% from 661); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEC2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FEC2 is #2A013D. Grayscale: #EBEBEB. Windows color (decimal): -2752830 or 12779221. OLE color: 12779221.

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

Color convert

RGB 213 254 194 -
CMYK 0.16 0 0.24 0.00
HSL 101º 0.97% 0.88% -
HSV(B) 101º 0.24% 1% -
XYZ 72.62 88.92 64.38 -
YUV 234.9 104.92 112.38 -
System Red Green Blue C M Y K H S L
Decimal 213 254 194 0.16 0 0.24 0.00 101 0.97 0.88
Hex D5 FE C2 10 0 18 0 65 61 58
Octal 325 376 302 20 0 30 0 145 141 130
Binary 11010101 11111110 11000010 10000 0 11000 0 1100101 1100001 1011000

Color Harmonies of #D5FEC2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5FEC2

Black with #D5FEC2

Text Example


Text Example

White with #D5FEC2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5FEC2; }

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

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

background-color css

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

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

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

border-color css

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

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

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