Shades of Reef #D4F2AB
Tints of Reef #D4F2AB
RGB
CMYK
RGB Variations
Color information
#D4F2AB (or 0xD4F2AB) is known color: Reef. HEX triplet: D4, F2 and AB. RGB value is (212,242,171). Sum of RGB (Red+Green+Blue) = 212+242+171=625 (82% of max value = 765). Red value is 212 (83.20% from 255 or 33.92% from 625); Green value is 242 (94.92% from 255 or 38.72% from 625); Blue value is 171 (67.19% from 255 or 27.36% from 625); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F2AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F2AB is #2B0D54. Grayscale: #E1E1E1. Windows color (decimal): -2821461 or 11268820. OLE color: 11268820.
HSL color Cylindrical-coordinate representation of color #D4F2AB: hue angle of 85.35º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D4F2AB is Cyan = 0.12, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 171 | - |
| CMYK | 0.12 | 0 | 0.29 | 0.05 |
| HSL | 85.35º | 0.73% | 0.81% | - |
| HSV(B) | 85.35º | 0.29% | 0.95% | - |
| XYZ | 66.25 | 80.44 | 50.56 | - |
| YUV | 224.94 | 97.56 | 118.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 171 | 0.12 | 0 | 0.29 | 0.05 | 85.35 | 0.73 | 0.81 |
| Hex | D4 | F2 | AB | C | 0 | 1D | 5 | 55 | 49 | 51 |
| Octal | 324 | 362 | 253 | 14 | 0 | 35 | 5 | 125 | 111 | 121 |
| Binary | 11010100 | 11110010 | 10101011 | 1100 | 0 | 11101 | 101 | 1010101 | 1001001 | 1010001 |
Color Harmonies of #D4F2AB
Complementary color
Monochromatic Colors of #D4F2AB
Black with #D4F2AB
Text Example
Text Example
White with #D4F2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F2AB; }
p { color: rgb(212,242,171); }
H1.HeaderClassName
{
color: #D4F2AB;
}
.AnyTagClassName
{
color: #D4F2AB;
}
</style>
background-color css
<style>
a { background-color: #D4F2AB; }
a { background-color: rgb(212,242,171); }
div.DivClassName
{
background-color: #D4F2AB;
}
.BgClassName
{
background-color: #D4F2AB;
}
</style>
border-color css
<style>
span { border-color: #D4F2AB; }
span { border-color: rgb(212,242,171); }
td.TdClassName
{
border-color: #D4F2AB;
}
.TagClassName
{
border-color: #D4F2AB;
}
</style>