Shades of Reef #D5F2A5
Tints of Reef #D5F2A5
RGB
CMYK
RGB Variations
Color information
#D5F2A5 (or 0xD5F2A5) is known color: Reef. HEX triplet: D5, F2 and A5. RGB value is (213,242,165). Sum of RGB (Red+Green+Blue) = 213+242+165=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 242 (94.92% from 255 or 39.03% from 620); Blue value is 165 (64.84% from 255 or 26.61% from 620); Max value from RGB is 242 - color contains mainly: green. Hex color #D5F2A5 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F2A5 is #2A0D5A. Grayscale: #E0E0E0. Windows color (decimal): -2755931 or 10875605. OLE color: 10875605.
HSL color Cylindrical-coordinate representation of color #D5F2A5: hue angle of 82.6º degrees, saturation: 0.75, 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 #D5F2A5 is Cyan = 0.12, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 242 | 165 | - |
| CMYK | 0.12 | 0 | 0.32 | 0.05 |
| HSL | 82.6º | 0.75% | 0.8% | - |
| HSV(B) | 82.6º | 0.32% | 0.95% | - |
| XYZ | 65.98 | 80.37 | 47.63 | - |
| YUV | 224.55 | 94.39 | 119.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 242 | 165 | 0.12 | 0 | 0.32 | 0.05 | 82.6 | 0.75 | 0.8 |
| Hex | D5 | F2 | A5 | C | 0 | 20 | 5 | 53 | 4B | 50 |
| Octal | 325 | 362 | 245 | 14 | 0 | 40 | 5 | 123 | 113 | 120 |
| Binary | 11010101 | 11110010 | 10100101 | 1100 | 0 | 100000 | 101 | 1010011 | 1001011 | 1010000 |
Color Harmonies of #D5F2A5
Complementary color
Monochromatic Colors of #D5F2A5
Black with #D5F2A5
Text Example
Text Example
White with #D5F2A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F2A5; }
p { color: rgb(213,242,165); }
H1.HeaderClassName
{
color: #D5F2A5;
}
.AnyTagClassName
{
color: #D5F2A5;
}
</style>
background-color css
<style>
a { background-color: #D5F2A5; }
a { background-color: rgb(213,242,165); }
div.DivClassName
{
background-color: #D5F2A5;
}
.BgClassName
{
background-color: #D5F2A5;
}
</style>
border-color css
<style>
span { border-color: #D5F2A5; }
span { border-color: rgb(213,242,165); }
td.TdClassName
{
border-color: #D5F2A5;
}
.TagClassName
{
border-color: #D5F2A5;
}
</style>