Shades of Reef #D5FEAB
Tints of Reef #D5FEAB
RGB
CMYK
RGB Variations
Color information
#D5FEAB (or 0xD5FEAB) is known color: Reef. HEX triplet: D5, FE and AB. RGB value is (213,254,171). Sum of RGB (Red+Green+Blue) = 213+254+171=638 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.39% from 638); Green value is 254 (99.61% from 255 or 39.81% from 638); Blue value is 171 (67.19% from 255 or 26.80% from 638); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FEAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FEAB is #2A0154. Grayscale: #E8E8E8. Windows color (decimal): -2752853 or 11271893. OLE color: 11271893.
HSL color Cylindrical-coordinate representation of color #D5FEAB: hue angle of 89.64º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5FEAB is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 213 | 254 | 171 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.00 |
| HSL | 89.64º | 0.98% | 0.83% | - |
| HSV(B) | 89.64º | 0.33% | 1% | - |
| XYZ | 70.23 | 87.97 | 51.81 | - |
| YUV | 232.28 | 93.42 | 114.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 254 | 171 | 0.16 | 0 | 0.33 | 0.00 | 89.64 | 0.98 | 0.83 |
| Hex | D5 | FE | AB | 10 | 0 | 21 | 0 | 5A | 62 | 53 |
| Octal | 325 | 376 | 253 | 20 | 0 | 41 | 0 | 132 | 142 | 123 |
| Binary | 11010101 | 11111110 | 10101011 | 10000 | 0 | 100001 | 0 | 1011010 | 1100010 | 1010011 |
Color Harmonies of #D5FEAB
Complementary color
Monochromatic Colors of #D5FEAB
Black with #D5FEAB
Text Example
Text Example
White with #D5FEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FEAB; }
p { color: rgb(213,254,171); }
H1.HeaderClassName
{
color: #D5FEAB;
}
.AnyTagClassName
{
color: #D5FEAB;
}
</style>
background-color css
<style>
a { background-color: #D5FEAB; }
a { background-color: rgb(213,254,171); }
div.DivClassName
{
background-color: #D5FEAB;
}
.BgClassName
{
background-color: #D5FEAB;
}
</style>
border-color css
<style>
span { border-color: #D5FEAB; }
span { border-color: rgb(213,254,171); }
td.TdClassName
{
border-color: #D5FEAB;
}
.TagClassName
{
border-color: #D5FEAB;
}
</style>