Shades of Sulu #D5E787
Tints of Sulu #D5E787
RGB
CMYK
RGB Variations
Color information
#D5E787 (or 0xD5E787) is known color: Sulu. HEX triplet: D5, E7 and 87. RGB value is (213,231,135). Sum of RGB (Red+Green+Blue) = 213+231+135=579 (76% of max value = 765). Red value is 213 (83.59% from 255 or 36.79% from 579); Green value is 231 (90.62% from 255 or 39.90% from 579); Blue value is 135 (53.12% from 255 or 23.32% from 579); Max value from RGB is 231 - color contains mainly: green. Hex color #D5E787 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5E787 is #2A1878. Grayscale: #D7D7D7. Windows color (decimal): -2758777 or 8906709. OLE color: 8906709.
HSL color Cylindrical-coordinate representation of color #D5E787: hue angle of 71.25º degrees, saturation: 0.67, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D5E787 is Cyan = 0.08, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 213 | 231 | 135 | - |
| CMYK | 0.08 | 0 | 0.42 | 0.09 |
| HSL | 71.25º | 0.67% | 0.72% | - |
| HSV(B) | 71.25º | 0.42% | 0.91% | - |
| XYZ | 60.39 | 73.05 | 33.84 | - |
| YUV | 214.67 | 83.04 | 126.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 231 | 135 | 0.08 | 0 | 0.42 | 0.09 | 71.25 | 0.67 | 0.72 |
| Hex | D5 | E7 | 87 | 8 | 0 | 2A | 9 | 47 | 43 | 48 |
| Octal | 325 | 347 | 207 | 10 | 0 | 52 | 11 | 107 | 103 | 110 |
| Binary | 11010101 | 11100111 | 10000111 | 1000 | 0 | 101010 | 1001 | 1000111 | 1000011 | 1001000 |
Color Harmonies of #D5E787
Complementary color
Monochromatic Colors of #D5E787
Black with #D5E787
Text Example
Text Example
White with #D5E787
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5E787; }
p { color: rgb(213,231,135); }
H1.HeaderClassName
{
color: #D5E787;
}
.AnyTagClassName
{
color: #D5E787;
}
</style>
background-color css
<style>
a { background-color: #D5E787; }
a { background-color: rgb(213,231,135); }
div.DivClassName
{
background-color: #D5E787;
}
.BgClassName
{
background-color: #D5E787;
}
</style>
border-color css
<style>
span { border-color: #D5E787; }
span { border-color: rgb(213,231,135); }
td.TdClassName
{
border-color: #D5E787;
}
.TagClassName
{
border-color: #D5E787;
}
</style>