Shades of Reef #D5F19E
Tints of Reef #D5F19E
RGB
CMYK
RGB Variations
Color information
#D5F19E (or 0xD5F19E) is known color: Reef. HEX triplet: D5, F1 and 9E. RGB value is (213,241,158). Sum of RGB (Red+Green+Blue) = 213+241+158=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 241 (94.53% from 255 or 39.38% from 612); Blue value is 158 (62.11% from 255 or 25.82% from 612); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F19E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F19E is #2A0E61. Grayscale: #DFDFDF. Windows color (decimal): -2756194 or 10416597. OLE color: 10416597.
HSL color Cylindrical-coordinate representation of color #D5F19E: hue angle of 80.24º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #D5F19E is Cyan = 0.12, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 241 | 158 | - |
| CMYK | 0.12 | 0 | 0.34 | 0.05 |
| HSL | 80.24º | 0.75% | 0.78% | - |
| HSV(B) | 80.24º | 0.34% | 0.95% | - |
| XYZ | 65.07 | 79.53 | 44.27 | - |
| YUV | 223.17 | 91.22 | 120.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 241 | 158 | 0.12 | 0 | 0.34 | 0.05 | 80.24 | 0.75 | 0.78 |
| Hex | D5 | F1 | 9E | C | 0 | 22 | 5 | 50 | 4B | 4E |
| Octal | 325 | 361 | 236 | 14 | 0 | 42 | 5 | 120 | 113 | 116 |
| Binary | 11010101 | 11110001 | 10011110 | 1100 | 0 | 100010 | 101 | 1010000 | 1001011 | 1001110 |
Color Harmonies of #D5F19E
Complementary color
Monochromatic Colors of #D5F19E
Black with #D5F19E
Text Example
Text Example
White with #D5F19E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F19E; }
p { color: rgb(213,241,158); }
H1.HeaderClassName
{
color: #D5F19E;
}
.AnyTagClassName
{
color: #D5F19E;
}
</style>
background-color css
<style>
a { background-color: #D5F19E; }
a { background-color: rgb(213,241,158); }
div.DivClassName
{
background-color: #D5F19E;
}
.BgClassName
{
background-color: #D5F19E;
}
</style>
border-color css
<style>
span { border-color: #D5F19E; }
span { border-color: rgb(213,241,158); }
td.TdClassName
{
border-color: #D5F19E;
}
.TagClassName
{
border-color: #D5F19E;
}
</style>