Shades of Reef #D4FF95
Tints of Reef #D4FF95
RGB
CMYK
RGB Variations
Color information
#D4FF95 (or 0xD4FF95) is known color: Reef. HEX triplet: D4, FF and 95. RGB value is (212,255,149). Sum of RGB (Red+Green+Blue) = 212+255+149=616 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.42% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 149 (58.59% from 255 or 24.19% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF95 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FF95 is #2B006A. Grayscale: #E6E6E6. Windows color (decimal): -2818155 or 9830356. OLE color: 9830356.
HSL color Cylindrical-coordinate representation of color #D4FF95: hue angle of 84.34º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4FF95 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 149 | - |
| CMYK | 0.17 | 0 | 0.42 | 0 |
| HSL | 84.34º | 1% | 0.79% | - |
| HSV(B) | 84.34º | 0.42% | 1% | - |
| XYZ | 68.34 | 87.69 | 41.76 | - |
| YUV | 230.06 | 82.25 | 115.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 149 | 0.17 | 0 | 0.42 | 0 | 84.34 | 1 | 0.79 |
| Hex | D4 | FF | 95 | 11 | 0 | 2A | 0 | 54 | 64 | 4F |
| Octal | 324 | 377 | 225 | 21 | 0 | 52 | 0 | 124 | 144 | 117 |
| Binary | 11010100 | 11111111 | 10010101 | 10001 | 0 | 101010 | 0 | 1010100 | 1100100 | 1001111 |
Color Harmonies of #D4FF95
Complementary color
Monochromatic Colors of #D4FF95
Black with #D4FF95
Text Example
Text Example
White with #D4FF95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF95; }
p { color: rgb(212,255,149); }
H1.HeaderClassName
{
color: #D4FF95;
}
.AnyTagClassName
{
color: #D4FF95;
}
</style>
background-color css
<style>
a { background-color: #D4FF95; }
a { background-color: rgb(212,255,149); }
div.DivClassName
{
background-color: #D4FF95;
}
.BgClassName
{
background-color: #D4FF95;
}
</style>
border-color css
<style>
span { border-color: #D4FF95; }
span { border-color: rgb(212,255,149); }
td.TdClassName
{
border-color: #D4FF95;
}
.TagClassName
{
border-color: #D4FF95;
}
</style>