Shades of Reef #D5E298
Tints of Reef #D5E298
RGB
CMYK
RGB Variations
Color information
#D5E298 (or 0xD5E298) is known color: Reef. HEX triplet: D5, E2 and 98. RGB value is (213,226,152). Sum of RGB (Red+Green+Blue) = 213+226+152=591 (78% of max value = 765). Red value is 213 (83.59% from 255 or 36.04% from 591); Green value is 226 (88.67% from 255 or 38.24% from 591); Blue value is 152 (59.77% from 255 or 25.72% from 591); Max value from RGB is 226 - color contains mainly: green. Hex color #D5E298 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5E298 is #2A1D67. Grayscale: #D5D5D5. Windows color (decimal): -2760040 or 10019541. OLE color: 10019541.
HSL color Cylindrical-coordinate representation of color #D5E298: hue angle of 70.54º degrees, saturation: 0.56, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D5E298 is Cyan = 0.06, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 213 | 226 | 152 | - |
| CMYK | 0.06 | 0 | 0.33 | 0.11 |
| HSL | 70.54º | 0.56% | 0.74% | - |
| HSV(B) | 70.54º | 0.33% | 0.89% | - |
| XYZ | 60.3 | 70.81 | 40.19 | - |
| YUV | 213.68 | 93.19 | 127.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 226 | 152 | 0.06 | 0 | 0.33 | 0.11 | 70.54 | 0.56 | 0.74 |
| Hex | D5 | E2 | 98 | 6 | 0 | 21 | B | 47 | 38 | 4A |
| Octal | 325 | 342 | 230 | 6 | 0 | 41 | 13 | 107 | 70 | 112 |
| Binary | 11010101 | 11100010 | 10011000 | 110 | 0 | 100001 | 1011 | 1000111 | 111000 | 1001010 |
Color Harmonies of #D5E298
Complementary color
Monochromatic Colors of #D5E298
Black with #D5E298
Text Example
Text Example
White with #D5E298
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E298; }
p { color: rgb(213,226,152); }
H1.HeaderClassName
{
color: #D5E298;
}
.AnyTagClassName
{
color: #D5E298;
}
</style>
background-color css
<style>
a { background-color: #D5E298; }
a { background-color: rgb(213,226,152); }
div.DivClassName
{
background-color: #D5E298;
}
.BgClassName
{
background-color: #D5E298;
}
</style>
border-color css
<style>
span { border-color: #D5E298; }
span { border-color: rgb(213,226,152); }
td.TdClassName
{
border-color: #D5E298;
}
.TagClassName
{
border-color: #D5E298;
}
</style>