Shades of Sulu #D9F785
Tints of Sulu #D9F785
RGB
CMYK
RGB Variations
Color information
#D9F785 (or 0xD9F785) is known color: Sulu. HEX triplet: D9, F7 and 85. RGB value is (217,247,133). Sum of RGB (Red+Green+Blue) = 217+247+133=597 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.35% from 597); Green value is 247 (96.88% from 255 or 41.37% from 597); Blue value is 133 (52.34% from 255 or 22.28% from 597); Max value from RGB is 247 - color contains mainly: green. Hex color #D9F785 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F785 is #26087A. Grayscale: #E1E1E1. Windows color (decimal): -2492539 or 8779737. OLE color: 8779737.
HSL color Cylindrical-coordinate representation of color #D9F785: hue angle of 75.79º degrees, saturation: 0.88, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D9F785 is Cyan = 0.12, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 217 | 247 | 133 | - |
| CMYK | 0.12 | 0 | 0.46 | 0.03 |
| HSL | 75.79º | 0.88% | 0.75% | - |
| HSV(B) | 75.79º | 0.46% | 0.97% | - |
| XYZ | 66.11 | 82.97 | 34.72 | - |
| YUV | 225.03 | 76.06 | 122.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 247 | 133 | 0.12 | 0 | 0.46 | 0.03 | 75.79 | 0.88 | 0.75 |
| Hex | D9 | F7 | 85 | C | 0 | 2E | 3 | 4C | 58 | 4B |
| Octal | 331 | 367 | 205 | 14 | 0 | 56 | 3 | 114 | 130 | 113 |
| Binary | 11011001 | 11110111 | 10000101 | 1100 | 0 | 101110 | 11 | 1001100 | 1011000 | 1001011 |
Color Harmonies of #D9F785
Complementary color
Monochromatic Colors of #D9F785
Black with #D9F785
Text Example
Text Example
White with #D9F785
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F785; }
p { color: rgb(217,247,133); }
H1.HeaderClassName
{
color: #D9F785;
}
.AnyTagClassName
{
color: #D9F785;
}
</style>
background-color css
<style>
a { background-color: #D9F785; }
a { background-color: rgb(217,247,133); }
div.DivClassName
{
background-color: #D9F785;
}
.BgClassName
{
background-color: #D9F785;
}
</style>
border-color css
<style>
span { border-color: #D9F785; }
span { border-color: rgb(217,247,133); }
td.TdClassName
{
border-color: #D9F785;
}
.TagClassName
{
border-color: #D9F785;
}
</style>