Shades of Sulu #D5F987
Tints of Sulu #D5F987
RGB
CMYK
RGB Variations
Color information
#D5F987 (or 0xD5F987) is known color: Sulu. HEX triplet: D5, F9 and 87. RGB value is (213,249,135). Sum of RGB (Red+Green+Blue) = 213+249+135=597 (79% of max value = 765). Red value is 213 (83.59% from 255 or 35.68% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 135 (53.12% from 255 or 22.61% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #D5F987 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5F987 is #2A0678. Grayscale: #E1E1E1. Windows color (decimal): -2754169 or 8911317. OLE color: 8911317.
HSL color Cylindrical-coordinate representation of color #D5F987: hue angle of 78.95º degrees, saturation: 0.9, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D5F987 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 213 | 249 | 135 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.02 |
| HSL | 78.95º | 0.9% | 0.75% | - |
| HSV(B) | 78.95º | 0.46% | 0.98% | - |
| XYZ | 65.69 | 83.65 | 35.6 | - |
| YUV | 225.24 | 77.07 | 119.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 249 | 135 | 0.14 | 0 | 0.46 | 0.02 | 78.95 | 0.9 | 0.75 |
| Hex | D5 | F9 | 87 | E | 0 | 2E | 2 | 4F | 5A | 4B |
| Octal | 325 | 371 | 207 | 16 | 0 | 56 | 2 | 117 | 132 | 113 |
| Binary | 11010101 | 11111001 | 10000111 | 1110 | 0 | 101110 | 10 | 1001111 | 1011010 | 1001011 |
Color Harmonies of #D5F987
Complementary color
Monochromatic Colors of #D5F987
Black with #D5F987
Text Example
Text Example
White with #D5F987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5F987; }
p { color: rgb(213,249,135); }
H1.HeaderClassName
{
color: #D5F987;
}
.AnyTagClassName
{
color: #D5F987;
}
</style>
background-color css
<style>
a { background-color: #D5F987; }
a { background-color: rgb(213,249,135); }
div.DivClassName
{
background-color: #D5F987;
}
.BgClassName
{
background-color: #D5F987;
}
</style>
border-color css
<style>
span { border-color: #D5F987; }
span { border-color: rgb(213,249,135); }
td.TdClassName
{
border-color: #D5F987;
}
.TagClassName
{
border-color: #D5F987;
}
</style>