#D5FFCA

Color #D5FFCA Snowy Mint (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Snowy Mint #D5FFCA

Tints of Snowy Mint #D5FFCA

Color information

#D5FFCA (or 0xD5FFCA) is unknown color: approx Snowy Mint. HEX triplet: D5, FF and CA. RGB value is (213,255,202). Sum of RGB (Red+Green+Blue) = 213+255+202=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 255 (100% from 255 or 38.06% from 670); Blue value is 202 (79.30% from 255 or 30.15% from 670); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCA is #2A0035. Grayscale: #ECECEC. Windows color (decimal): -2752566 or 13303765. OLE color: 13303765.

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

Color convert

RGB213255202-
CMYK0.1600.210
HSL107.55º100%89.61%-
HSV(B)107.55º20.78%100%-
XYZ73.8689.9369.34-
YUV236.4108.59111.31-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 255 (100% from 255) = 38.06%
BLUE value IS 202 (79.30% from 255) = 30.15%
R=31.79%
G=38.06%
B=30.15%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552020.1600.210107.5510089.61
HexD5FFCA1001506c645a
Octal325377312200250154144132
Binary110101011111111111001010100000101010110110011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFCA; }

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

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

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

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

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

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

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

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