Shades of Reef #D5FD8D
Tints of Reef #D5FD8D
RGB
CMYK
RGB Variations
Color information
#D5FD8D (or 0xD5FD8D) is known color: Reef. HEX triplet: D5, FD and 8D. RGB value is (213,253,141). Sum of RGB (Red+Green+Blue) = 213+253+141=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 253 (99.22% from 255 or 41.68% from 607); Blue value is 141 (55.47% from 255 or 23.23% from 607); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FD8D is #2A0272. Grayscale: #E4E4E4. Windows color (decimal): -2753139 or 9305557. OLE color: 9305557.
HSL color Cylindrical-coordinate representation of color #D5FD8D: hue angle of 81.43º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D5FD8D is Cyan = 0.16, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.
Color convert
RGB | 213 | 253 | 141 | - |
CMYK | 0.16 | 0 | 0.44 | 0.01 |
HSL | 81.43º | 0.97% | 0.77% | - |
HSV(B) | 81.43º | 0.44% | 0.99% | - |
XYZ | 67.37 | 86.32 | 38.31 | - |
YUV | 228.27 | 78.75 | 117.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 253 | 141 | 0.16 | 0 | 0.44 | 0.01 | 81.43 | 0.97 | 0.77 |
Hex | D5 | FD | 8D | 10 | 0 | 2C | 1 | 51 | 61 | 4D |
Octal | 325 | 375 | 215 | 20 | 0 | 54 | 1 | 121 | 141 | 115 |
Binary | 11010101 | 11111101 | 10001101 | 10000 | 0 | 101100 | 1 | 1010001 | 1100001 | 1001101 |
Color Harmonies of #D5FD8D
Complementary color
Monochromatic Colors of #D5FD8D
Black with #D5FD8D
Text Example
Text Example
White with #D5FD8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD8D; }
p { color: rgb(213,253,141); }
H1.HeaderClassName
{
color: #D5FD8D;
}
.AnyTagClassName
{
color: #D5FD8D;
}
</style>
background-color css
<style>
a { background-color: #D5FD8D; }
a { background-color: rgb(213,253,141); }
div.DivClassName
{
background-color: #D5FD8D;
}
.BgClassName
{
background-color: #D5FD8D;
}
</style>
border-color css
<style>
span { border-color: #D5FD8D; }
span { border-color: rgb(213,253,141); }
td.TdClassName
{
border-color: #D5FD8D;
}
.TagClassName
{
border-color: #D5FD8D;
}
</style>