Shades of Reef #D5FD92
Tints of Reef #D5FD92
RGB
CMYK
RGB Variations
Color information
#D5FD92 (or 0xD5FD92) is known color: Reef. HEX triplet: D5, FD and 92. RGB value is (213,253,146). Sum of RGB (Red+Green+Blue) = 213+253+146=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 253 (99.22% from 255 or 41.34% from 612); Blue value is 146 (57.42% from 255 or 23.86% from 612); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FD92 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FD92 is #2A026D. Grayscale: #E5E5E5. Windows color (decimal): -2753134 or 9633237. OLE color: 9633237.
HSL color Cylindrical-coordinate representation of color #D5FD92: hue angle of 82.43º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5FD92 is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 253 | 146 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.01 |
| HSL | 82.43º | 0.96% | 0.78% | - |
| HSV(B) | 82.43º | 0.42% | 0.99% | - |
| XYZ | 67.75 | 86.47 | 40.31 | - |
| YUV | 228.84 | 81.25 | 116.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 253 | 146 | 0.16 | 0 | 0.42 | 0.01 | 82.43 | 0.96 | 0.78 |
| Hex | D5 | FD | 92 | 10 | 0 | 2A | 1 | 52 | 60 | 4E |
| Octal | 325 | 375 | 222 | 20 | 0 | 52 | 1 | 122 | 140 | 116 |
| Binary | 11010101 | 11111101 | 10010010 | 10000 | 0 | 101010 | 1 | 1010010 | 1100000 | 1001110 |
Color Harmonies of #D5FD92
Complementary color
Monochromatic Colors of #D5FD92
Black with #D5FD92
Text Example
Text Example
White with #D5FD92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FD92; }
p { color: rgb(213,253,146); }
H1.HeaderClassName
{
color: #D5FD92;
}
.AnyTagClassName
{
color: #D5FD92;
}
</style>
background-color css
<style>
a { background-color: #D5FD92; }
a { background-color: rgb(213,253,146); }
div.DivClassName
{
background-color: #D5FD92;
}
.BgClassName
{
background-color: #D5FD92;
}
</style>
border-color css
<style>
span { border-color: #D5FD92; }
span { border-color: rgb(213,253,146); }
td.TdClassName
{
border-color: #D5FD92;
}
.TagClassName
{
border-color: #D5FD92;
}
</style>