#D5F5C1

Color #D5F5C1 Tea Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tea Green #D5F5C1

Tints of Tea Green #D5F5C1

Color information

#D5F5C1 (or 0xD5F5C1) is unknown color: approx Tea Green. HEX triplet: D5, F5 and C1. RGB value is (213,245,193). Sum of RGB (Red+Green+Blue) = 213+245+193=651 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.72% from 651); Green value is 245 (96.09% from 255 or 37.63% from 651); Blue value is 193 (75.78% from 255 or 29.65% from 651); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F5C1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F5C1 is #2A0A3E. Grayscale: #E5E5E5. Windows color (decimal): -2755135 or 12711381. OLE color: 12711381.

HSL color Cylindrical-coordinate representation of color #D5F5C1: hue angle of 96.92º degrees, saturation: 0.72, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D5F5C1 is Cyan = 0.13, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.04.

Color convert

RGB213245193-
CMYK0.1300.210.04
HSL96.92º72.22%85.88%-
HSV(B)96.92º21.22%96.08%-
XYZ69.7283.362.86-
YUV229.5107.4116.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.72%
GREEN value IS 245 (96.09% from 255) = 37.63%
BLUE value IS 193 (75.78% from 255) = 29.65%
R=32.72%
G=37.63%
B=29.65%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2132451930.1300.210.0496.9272.2285.88
HexD5F5C1D0154614856
Octal325365301150254141110126
Binary1101010111110101110000011101010101100110000110010001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F5C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F5C1; }

 p { color: rgb(213,245,193); }

 H1.HeaderClassName
 {
   color: #D5F5C1;
 }
 .AnyTagClassName
 {
   color: #D5F5C1;
 }
</style>
background-color css

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

 a { background-color: rgb(213,245,193); }

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

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

 span { border-color: rgb(213,245,193); }

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