Shades of Reef #D5F2A1
Tints of Reef #D5F2A1
RGB
CMYK
RGB Variations
Color information
#D5F2A1 (or 0xD5F2A1) is known color: Reef. HEX triplet: D5, F2 and A1. RGB value is (213,242,161). Sum of RGB (Red+Green+Blue) = 213+242+161=616 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.58% from 616); Green value is 242 (94.92% from 255 or 39.29% from 616); Blue value is 161 (63.28% from 255 or 26.14% from 616); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2A1 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F2A1 is #2A0D5E. Grayscale: #E0E0E0. Windows color (decimal): -2755935 or 10613461. OLE color: 10613461.
HSL color Cylindrical-coordinate representation of color #D5F2A1: hue angle of 81.48º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5F2A1 is Cyan = 0.12, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 161 | - |
| CMYK | 0.12 | 0 | 0.33 | 0.05 |
| HSL | 81.48º | 0.76% | 0.79% | - |
| HSV(B) | 81.48º | 0.33% | 0.95% | - |
| XYZ | 65.63 | 80.22 | 45.74 | - |
| YUV | 224.1 | 92.39 | 120.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 161 | 0.12 | 0 | 0.33 | 0.05 | 81.48 | 0.76 | 0.79 |
| Hex | D5 | F2 | A1 | C | 0 | 21 | 5 | 51 | 4C | 4F |
| Octal | 325 | 362 | 241 | 14 | 0 | 41 | 5 | 121 | 114 | 117 |
| Binary | 11010101 | 11110010 | 10100001 | 1100 | 0 | 100001 | 101 | 1010001 | 1001100 | 1001111 |
Color Harmonies of #D5F2A1
Complementary color
Monochromatic Colors of #D5F2A1
Black with #D5F2A1
Text Example
Text Example
White with #D5F2A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F2A1; }
p { color: rgb(213,242,161); }
H1.HeaderClassName
{
color: #D5F2A1;
}
.AnyTagClassName
{
color: #D5F2A1;
}
</style>
background-color css
<style>
a { background-color: #D5F2A1; }
a { background-color: rgb(213,242,161); }
div.DivClassName
{
background-color: #D5F2A1;
}
.BgClassName
{
background-color: #D5F2A1;
}
</style>
border-color css
<style>
span { border-color: #D5F2A1; }
span { border-color: rgb(213,242,161); }
td.TdClassName
{
border-color: #D5F2A1;
}
.TagClassName
{
border-color: #D5F2A1;
}
</style>