Shades of Sulu #D1ED87
Tints of Sulu #D1ED87
RGB
CMYK
RGB Variations
Color information
#D1ED87 (or 0xD1ED87) is known color: Sulu. HEX triplet: D1, ED and 87. RGB value is (209,237,135). Sum of RGB (Red+Green+Blue) = 209+237+135=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 237 (92.97% from 255 or 40.79% from 581); Blue value is 135 (53.12% from 255 or 23.24% from 581); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED87 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ED87 is #2E1278. Grayscale: #D9D9D9. Windows color (decimal): -3019385 or 8908241. OLE color: 8908241.
HSL color Cylindrical-coordinate representation of color #D1ED87: hue angle of 76.47º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1ED87 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 135 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.07 |
| HSL | 76.47º | 0.74% | 0.73% | - |
| HSV(B) | 76.47º | 0.43% | 0.93% | - |
| XYZ | 60.95 | 75.87 | 34.35 | - |
| YUV | 217 | 81.72 | 122.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 135 | 0.12 | 0 | 0.43 | 0.07 | 76.47 | 0.74 | 0.73 |
| Hex | D1 | ED | 87 | C | 0 | 2B | 7 | 4C | 4A | 49 |
| Octal | 321 | 355 | 207 | 14 | 0 | 53 | 7 | 114 | 112 | 111 |
| Binary | 11010001 | 11101101 | 10000111 | 1100 | 0 | 101011 | 111 | 1001100 | 1001010 | 1001001 |
Color Harmonies of #D1ED87
Complementary color
Monochromatic Colors of #D1ED87
Black with #D1ED87
Text Example
Text Example
White with #D1ED87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED87; }
p { color: rgb(209,237,135); }
H1.HeaderClassName
{
color: #D1ED87;
}
.AnyTagClassName
{
color: #D1ED87;
}
</style>
background-color css
<style>
a { background-color: #D1ED87; }
a { background-color: rgb(209,237,135); }
div.DivClassName
{
background-color: #D1ED87;
}
.BgClassName
{
background-color: #D1ED87;
}
</style>
border-color css
<style>
span { border-color: #D1ED87; }
span { border-color: rgb(209,237,135); }
td.TdClassName
{
border-color: #D1ED87;
}
.TagClassName
{
border-color: #D1ED87;
}
</style>