Shades of Reef #D5F593
Tints of Reef #D5F593
RGB
CMYK
RGB Variations
Color information
#D5F593 (or 0xD5F593) is known color: Reef. HEX triplet: D5, F5 and 93. RGB value is (213,245,147). Sum of RGB (Red+Green+Blue) = 213+245+147=605 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.21% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 147 (57.81% from 255 or 24.30% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #D5F593 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F593 is #2A0A6C. Grayscale: #E0E0E0. Windows color (decimal): -2755181 or 9696725. OLE color: 9696725.
HSL color Cylindrical-coordinate representation of color #D5F593: hue angle of 79.59º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D5F593 is Cyan = 0.13, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 213 | 245 | 147 | - |
| CMYK | 0.13 | 0 | 0.4 | 0.04 |
| HSL | 79.59º | 0.83% | 0.77% | - |
| HSV(B) | 79.59º | 0.4% | 0.96% | - |
| XYZ | 65.36 | 81.56 | 39.9 | - |
| YUV | 224.26 | 84.4 | 119.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 245 | 147 | 0.13 | 0 | 0.4 | 0.04 | 79.59 | 0.83 | 0.77 |
| Hex | D5 | F5 | 93 | D | 0 | 28 | 4 | 50 | 53 | 4D |
| Octal | 325 | 365 | 223 | 15 | 0 | 50 | 4 | 120 | 123 | 115 |
| Binary | 11010101 | 11110101 | 10010011 | 1101 | 0 | 101000 | 100 | 1010000 | 1010011 | 1001101 |
Color Harmonies of #D5F593
Complementary color
Monochromatic Colors of #D5F593
Black with #D5F593
Text Example
Text Example
White with #D5F593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F593; }
p { color: rgb(213,245,147); }
H1.HeaderClassName
{
color: #D5F593;
}
.AnyTagClassName
{
color: #D5F593;
}
</style>
background-color css
<style>
a { background-color: #D5F593; }
a { background-color: rgb(213,245,147); }
div.DivClassName
{
background-color: #D5F593;
}
.BgClassName
{
background-color: #D5F593;
}
</style>
border-color css
<style>
span { border-color: #D5F593; }
span { border-color: rgb(213,245,147); }
td.TdClassName
{
border-color: #D5F593;
}
.TagClassName
{
border-color: #D5F593;
}
</style>