Shades of Reef #D7F1A5
Tints of Reef #D7F1A5
RGB
CMYK
RGB Variations
Color information
#D7F1A5 (or 0xD7F1A5) is known color: Reef. HEX triplet: D7, F1 and A5. RGB value is (215,241,165). Sum of RGB (Red+Green+Blue) = 215+241+165=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 241 (94.53% from 255 or 38.81% from 621); Blue value is 165 (64.84% from 255 or 26.57% from 621); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7F1A5 is #280E5A. Grayscale: #E0E0E0. Windows color (decimal): -2625115 or 10875351. OLE color: 10875351.
HSL color Cylindrical-coordinate representation of color #D7F1A5: hue angle of 80.53º degrees, saturation: 0.73, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D7F1A5 is Cyan = 0.11, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 215 | 241 | 165 | - |
| CMYK | 0.11 | 0 | 0.32 | 0.05 |
| HSL | 80.53º | 0.73% | 0.8% | - |
| HSV(B) | 80.53º | 0.32% | 0.95% | - |
| XYZ | 66.27 | 80.07 | 47.56 | - |
| YUV | 224.56 | 94.39 | 121.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 241 | 165 | 0.11 | 0 | 0.32 | 0.05 | 80.53 | 0.73 | 0.8 |
| Hex | D7 | F1 | A5 | B | 0 | 20 | 5 | 51 | 49 | 50 |
| Octal | 327 | 361 | 245 | 13 | 0 | 40 | 5 | 121 | 111 | 120 |
| Binary | 11010111 | 11110001 | 10100101 | 1011 | 0 | 100000 | 101 | 1010001 | 1001001 | 1010000 |
Color Harmonies of #D7F1A5
Complementary color
Monochromatic Colors of #D7F1A5
Black with #D7F1A5
Text Example
Text Example
White with #D7F1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7F1A5; }
p { color: rgb(215,241,165); }
H1.HeaderClassName
{
color: #D7F1A5;
}
.AnyTagClassName
{
color: #D7F1A5;
}
</style>
background-color css
<style>
a { background-color: #D7F1A5; }
a { background-color: rgb(215,241,165); }
div.DivClassName
{
background-color: #D7F1A5;
}
.BgClassName
{
background-color: #D7F1A5;
}
</style>
border-color css
<style>
span { border-color: #D7F1A5; }
span { border-color: rgb(215,241,165); }
td.TdClassName
{
border-color: #D7F1A5;
}
.TagClassName
{
border-color: #D7F1A5;
}
</style>