Shades of Reef #D4F29D
Tints of Reef #D4F29D
RGB
CMYK
RGB Variations
Color information
#D4F29D (or 0xD4F29D) is known color: Reef. HEX triplet: D4, F2 and 9D. RGB value is (212,242,157). Sum of RGB (Red+Green+Blue) = 212+242+157=611 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.70% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 157 (61.72% from 255 or 25.70% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #D4F29D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4F29D is #2B0D62. Grayscale: #DFDFDF. Windows color (decimal): -2821475 or 10351316. OLE color: 10351316.
HSL color Cylindrical-coordinate representation of color #D4F29D: hue angle of 81.18º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D4F29D is Cyan = 0.12, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 212 | 242 | 157 | - |
| CMYK | 0.12 | 0 | 0.35 | 0.05 |
| HSL | 81.18º | 0.77% | 0.78% | - |
| HSV(B) | 81.18º | 0.35% | 0.95% | - |
| XYZ | 64.99 | 79.94 | 43.9 | - |
| YUV | 223.34 | 90.56 | 119.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 242 | 157 | 0.12 | 0 | 0.35 | 0.05 | 81.18 | 0.77 | 0.78 |
| Hex | D4 | F2 | 9D | C | 0 | 23 | 5 | 51 | 4D | 4E |
| Octal | 324 | 362 | 235 | 14 | 0 | 43 | 5 | 121 | 115 | 116 |
| Binary | 11010100 | 11110010 | 10011101 | 1100 | 0 | 100011 | 101 | 1010001 | 1001101 | 1001110 |
Color Harmonies of #D4F29D
Complementary color
Monochromatic Colors of #D4F29D
Black with #D4F29D
Text Example
Text Example
White with #D4F29D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4F29D; }
p { color: rgb(212,242,157); }
H1.HeaderClassName
{
color: #D4F29D;
}
.AnyTagClassName
{
color: #D4F29D;
}
</style>
background-color css
<style>
a { background-color: #D4F29D; }
a { background-color: rgb(212,242,157); }
div.DivClassName
{
background-color: #D4F29D;
}
.BgClassName
{
background-color: #D4F29D;
}
</style>
border-color css
<style>
span { border-color: #D4F29D; }
span { border-color: rgb(212,242,157); }
td.TdClassName
{
border-color: #D4F29D;
}
.TagClassName
{
border-color: #D4F29D;
}
</style>