Shades of Reef #D5F18D
Tints of Reef #D5F18D
RGB
CMYK
RGB Variations
Color information
#D5F18D (or 0xD5F18D) is known color: Reef. HEX triplet: D5, F1 and 8D. RGB value is (213,241,141). Sum of RGB (Red+Green+Blue) = 213+241+141=595 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.80% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 141 (55.47% from 255 or 23.70% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F18D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F18D is #2A0E72. Grayscale: #DDDDDD. Windows color (decimal): -2756211 or 9302485. OLE color: 9302485.
HSL color Cylindrical-coordinate representation of color #D5F18D: hue angle of 76.8º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D5F18D is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 141 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.05 |
| HSL | 76.8º | 0.78% | 0.75% | - |
| HSV(B) | 76.8º | 0.41% | 0.95% | - |
| XYZ | 63.7 | 78.98 | 37.09 | - |
| YUV | 221.23 | 82.72 | 122.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 141 | 0.12 | 0 | 0.41 | 0.05 | 76.8 | 0.78 | 0.75 |
| Hex | D5 | F1 | 8D | C | 0 | 29 | 5 | 4D | 4E | 4B |
| Octal | 325 | 361 | 215 | 14 | 0 | 51 | 5 | 115 | 116 | 113 |
| Binary | 11010101 | 11110001 | 10001101 | 1100 | 0 | 101001 | 101 | 1001101 | 1001110 | 1001011 |
Color Harmonies of #D5F18D
Complementary color
Monochromatic Colors of #D5F18D
Black with #D5F18D
Text Example
Text Example
White with #D5F18D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F18D; }
p { color: rgb(213,241,141); }
H1.HeaderClassName
{
color: #D5F18D;
}
.AnyTagClassName
{
color: #D5F18D;
}
</style>
background-color css
<style>
a { background-color: #D5F18D; }
a { background-color: rgb(213,241,141); }
div.DivClassName
{
background-color: #D5F18D;
}
.BgClassName
{
background-color: #D5F18D;
}
</style>
border-color css
<style>
span { border-color: #D5F18D; }
span { border-color: rgb(213,241,141); }
td.TdClassName
{
border-color: #D5F18D;
}
.TagClassName
{
border-color: #D5F18D;
}
</style>