Shades of Snowy Mint #D5F9C9
Tints of Snowy Mint #D5F9C9
RGB
CMYK
RGB Variations
Color information
#D5F9C9 (or 0xD5F9C9) is known color: Snowy Mint. HEX triplet: D5, F9 and C9. RGB value is (213,249,201). Sum of RGB (Red+Green+Blue) = 213+249+201=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 249 (97.66% from 255 or 37.56% from 663); Blue value is 201 (78.91% from 255 or 30.32% from 663); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F9C9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F9C9 is #2A0636. Grayscale: #E8E8E8. Windows color (decimal): -2754103 or 13236693. OLE color: 13236693.
HSL color Cylindrical-coordinate representation of color #D5F9C9: hue angle of 105º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5F9C9 is Cyan = 0.14, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 201 | - |
| CMYK | 0.14 | 0 | 0.19 | 0.02 |
| HSL | 105º | 0.8% | 0.88% | - |
| HSV(B) | 105º | 0.19% | 0.98% | - |
| XYZ | 71.86 | 86.11 | 68.09 | - |
| YUV | 232.76 | 110.07 | 113.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 201 | 0.14 | 0 | 0.19 | 0.02 | 105 | 0.8 | 0.88 |
| Hex | D5 | F9 | C9 | E | 0 | 13 | 2 | 69 | 50 | 58 |
| Octal | 325 | 371 | 311 | 16 | 0 | 23 | 2 | 151 | 120 | 130 |
| Binary | 11010101 | 11111001 | 11001001 | 1110 | 0 | 10011 | 10 | 1101001 | 1010000 | 1011000 |
Color Harmonies of #D5F9C9
Complementary color
Monochromatic Colors of #D5F9C9
Black with #D5F9C9
Text Example
Text Example
White with #D5F9C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F9C9; }
p { color: rgb(213,249,201); }
H1.HeaderClassName
{
color: #D5F9C9;
}
.AnyTagClassName
{
color: #D5F9C9;
}
</style>
background-color css
<style>
a { background-color: #D5F9C9; }
a { background-color: rgb(213,249,201); }
div.DivClassName
{
background-color: #D5F9C9;
}
.BgClassName
{
background-color: #D5F9C9;
}
</style>
border-color css
<style>
span { border-color: #D5F9C9; }
span { border-color: rgb(213,249,201); }
td.TdClassName
{
border-color: #D5F9C9;
}
.TagClassName
{
border-color: #D5F9C9;
}
</style>