Shades of Reef #D5EFA5
Tints of Reef #D5EFA5
RGB
CMYK
RGB Variations
Color information
#D5EFA5 (or 0xD5EFA5) is known color: Reef. HEX triplet: D5, EF and A5. RGB value is (213,239,165). Sum of RGB (Red+Green+Blue) = 213+239+165=617 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.52% from 617); Green value is 239 (93.75% from 255 or 38.74% from 617); Blue value is 165 (64.84% from 255 or 26.74% from 617); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFA5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5EFA5 is #2A105A. Grayscale: #DFDFDF. Windows color (decimal): -2756699 or 10874837. OLE color: 10874837.
HSL color Cylindrical-coordinate representation of color #D5EFA5: hue angle of 81.08º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D5EFA5 is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 239 | 165 | - |
| CMYK | 0.11 | 0 | 0.31 | 0.06 |
| HSL | 81.08º | 0.7% | 0.79% | - |
| HSV(B) | 81.08º | 0.31% | 0.94% | - |
| XYZ | 65.1 | 78.6 | 47.34 | - |
| YUV | 222.79 | 95.39 | 121.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 239 | 165 | 0.11 | 0 | 0.31 | 0.06 | 81.08 | 0.7 | 0.79 |
| Hex | D5 | EF | A5 | B | 0 | 1F | 6 | 51 | 46 | 4F |
| Octal | 325 | 357 | 245 | 13 | 0 | 37 | 6 | 121 | 106 | 117 |
| Binary | 11010101 | 11101111 | 10100101 | 1011 | 0 | 11111 | 110 | 1010001 | 1000110 | 1001111 |
Color Harmonies of #D5EFA5
Complementary color
Monochromatic Colors of #D5EFA5
Black with #D5EFA5
Text Example
Text Example
White with #D5EFA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5EFA5; }
p { color: rgb(213,239,165); }
H1.HeaderClassName
{
color: #D5EFA5;
}
.AnyTagClassName
{
color: #D5EFA5;
}
</style>
background-color css
<style>
a { background-color: #D5EFA5; }
a { background-color: rgb(213,239,165); }
div.DivClassName
{
background-color: #D5EFA5;
}
.BgClassName
{
background-color: #D5EFA5;
}
</style>
border-color css
<style>
span { border-color: #D5EFA5; }
span { border-color: rgb(213,239,165); }
td.TdClassName
{
border-color: #D5EFA5;
}
.TagClassName
{
border-color: #D5EFA5;
}
</style>