Shades of Reef #D4FBA8
Tints of Reef #D4FBA8
RGB
CMYK
RGB Variations
Color information
#D4FBA8 (or 0xD4FBA8) is known color: Reef. HEX triplet: D4, FB and A8. RGB value is (212,251,168). Sum of RGB (Red+Green+Blue) = 212+251+168=631 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.60% from 631); Green value is 251 (98.44% from 255 or 39.78% from 631); Blue value is 168 (66.02% from 255 or 26.62% from 631); Max value from RGB is 251 - color contains mainly: green. Hex color #D4FBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FBA8 is #2B0457. Grayscale: #E6E6E6. Windows color (decimal): -2819160 or 11074516. OLE color: 11074516.
HSL color Cylindrical-coordinate representation of color #D4FBA8: hue angle of 88.19º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D4FBA8 is Cyan = 0.16, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 212 | 251 | 168 | - |
| CMYK | 0.16 | 0 | 0.33 | 0.02 |
| HSL | 88.19º | 0.91% | 0.82% | - |
| HSV(B) | 88.19º | 0.33% | 0.98% | - |
| XYZ | 68.72 | 85.82 | 49.99 | - |
| YUV | 229.88 | 93.08 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 251 | 168 | 0.16 | 0 | 0.33 | 0.02 | 88.19 | 0.91 | 0.82 |
| Hex | D4 | FB | A8 | 10 | 0 | 21 | 2 | 58 | 5B | 52 |
| Octal | 324 | 373 | 250 | 20 | 0 | 41 | 2 | 130 | 133 | 122 |
| Binary | 11010100 | 11111011 | 10101000 | 10000 | 0 | 100001 | 10 | 1011000 | 1011011 | 1010010 |
Color Harmonies of #D4FBA8
Complementary color
Monochromatic Colors of #D4FBA8
Black with #D4FBA8
Text Example
Text Example
White with #D4FBA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FBA8; }
p { color: rgb(212,251,168); }
H1.HeaderClassName
{
color: #D4FBA8;
}
.AnyTagClassName
{
color: #D4FBA8;
}
</style>
background-color css
<style>
a { background-color: #D4FBA8; }
a { background-color: rgb(212,251,168); }
div.DivClassName
{
background-color: #D4FBA8;
}
.BgClassName
{
background-color: #D4FBA8;
}
</style>
border-color css
<style>
span { border-color: #D4FBA8; }
span { border-color: rgb(212,251,168); }
td.TdClassName
{
border-color: #D4FBA8;
}
.TagClassName
{
border-color: #D4FBA8;
}
</style>