Shades of Reef #D4FF8C
Tints of Reef #D4FF8C
RGB
CMYK
RGB Variations
Color information
#D4FF8C (or 0xD4FF8C) is known color: Reef. HEX triplet: D4, FF and 8C. RGB value is (212,255,140). Sum of RGB (Red+Green+Blue) = 212+255+140=607 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.93% from 607); Green value is 255 (100% from 255 or 42.01% from 607); Blue value is 140 (55.08% from 255 or 23.06% from 607); Max value from RGB is 255 - color contains mainly: green. Hex color #D4FF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4FF8C is #2B0073. Grayscale: #E5E5E5. Windows color (decimal): -2818164 or 9240532. OLE color: 9240532.
HSL color Cylindrical-coordinate representation of color #D4FF8C: hue angle of 82.43º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D4FF8C is Cyan = 0.17, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.
Color convert
| RGB | 212 | 255 | 140 | - |
| CMYK | 0.17 | 0 | 0.45 | 0 |
| HSL | 82.43º | 1% | 0.77% | - |
| HSV(B) | 82.43º | 0.45% | 1% | - |
| XYZ | 67.65 | 87.41 | 38.12 | - |
| YUV | 229.03 | 77.75 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 255 | 140 | 0.17 | 0 | 0.45 | 0 | 82.43 | 1 | 0.77 |
| Hex | D4 | FF | 8C | 11 | 0 | 2D | 0 | 52 | 64 | 4D |
| Octal | 324 | 377 | 214 | 21 | 0 | 55 | 0 | 122 | 144 | 115 |
| Binary | 11010100 | 11111111 | 10001100 | 10001 | 0 | 101101 | 0 | 1010010 | 1100100 | 1001101 |
Color Harmonies of #D4FF8C
Complementary color
Monochromatic Colors of #D4FF8C
Black with #D4FF8C
Text Example
Text Example
White with #D4FF8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4FF8C; }
p { color: rgb(212,255,140); }
H1.HeaderClassName
{
color: #D4FF8C;
}
.AnyTagClassName
{
color: #D4FF8C;
}
</style>
background-color css
<style>
a { background-color: #D4FF8C; }
a { background-color: rgb(212,255,140); }
div.DivClassName
{
background-color: #D4FF8C;
}
.BgClassName
{
background-color: #D4FF8C;
}
</style>
border-color css
<style>
span { border-color: #D4FF8C; }
span { border-color: rgb(212,255,140); }
td.TdClassName
{
border-color: #D4FF8C;
}
.TagClassName
{
border-color: #D4FF8C;
}
</style>