Shades of Reef #D7F29A
Tints of Reef #D7F29A
RGB
CMYK
RGB Variations
Color information
#D7F29A (or 0xD7F29A) is known color: Reef. HEX triplet: D7, F2 and 9A. RGB value is (215,242,154). Sum of RGB (Red+Green+Blue) = 215+242+154=611 (80% of max value = 765). Red value is 215 (84.38% from 255 or 35.19% from 611); Green value is 242 (94.92% from 255 or 39.61% from 611); Blue value is 154 (60.55% from 255 or 25.20% from 611); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F29A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F29A is #280D65. Grayscale: #E0E0E0. Windows color (decimal): -2624870 or 10154711. OLE color: 10154711.
HSL color Cylindrical-coordinate representation of color #D7F29A: hue angle of 78.41º degrees, saturation: 0.77, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #D7F29A is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 242 | 154 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.05 |
| HSL | 78.41º | 0.77% | 0.78% | - |
| HSV(B) | 78.41º | 0.36% | 0.95% | - |
| XYZ | 65.61 | 80.28 | 42.61 | - |
| YUV | 223.9 | 88.55 | 121.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 242 | 154 | 0.11 | 0 | 0.36 | 0.05 | 78.41 | 0.77 | 0.78 |
| Hex | D7 | F2 | 9A | B | 0 | 24 | 5 | 4E | 4D | 4E |
| Octal | 327 | 362 | 232 | 13 | 0 | 44 | 5 | 116 | 115 | 116 |
| Binary | 11010111 | 11110010 | 10011010 | 1011 | 0 | 100100 | 101 | 1001110 | 1001101 | 1001110 |
Color Harmonies of #D7F29A
Complementary color
Monochromatic Colors of #D7F29A
Black with #D7F29A
Text Example
Text Example
White with #D7F29A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F29A; }
p { color: rgb(215,242,154); }
H1.HeaderClassName
{
color: #D7F29A;
}
.AnyTagClassName
{
color: #D7F29A;
}
</style>
background-color css
<style>
a { background-color: #D7F29A; }
a { background-color: rgb(215,242,154); }
div.DivClassName
{
background-color: #D7F29A;
}
.BgClassName
{
background-color: #D7F29A;
}
</style>
border-color css
<style>
span { border-color: #D7F29A; }
span { border-color: rgb(215,242,154); }
td.TdClassName
{
border-color: #D7F29A;
}
.TagClassName
{
border-color: #D7F29A;
}
</style>