Shades of Sulu #D9F981
Tints of Sulu #D9F981
RGB
CMYK
RGB Variations
Color information
#D9F981 (or 0xD9F981) is known color: Sulu. HEX triplet: D9, F9 and 81. RGB value is (217,249,129). Sum of RGB (Red+Green+Blue) = 217+249+129=595 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.47% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 129 (50.78% from 255 or 21.68% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #D9F981 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F981 is #26067E. Grayscale: #E2E2E2. Windows color (decimal): -2492031 or 8518105. OLE color: 8518105.
HSL color Cylindrical-coordinate representation of color #D9F981: hue angle of 76º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9F981 is Cyan = 0.13, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 249 | 129 | - |
| CMYK | 0.13 | 0 | 0.48 | 0.02 |
| HSL | 76º | 0.91% | 0.74% | - |
| HSV(B) | 76º | 0.48% | 0.98% | - |
| XYZ | 66.45 | 84.09 | 33.5 | - |
| YUV | 225.75 | 73.4 | 121.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 249 | 129 | 0.13 | 0 | 0.48 | 0.02 | 76 | 0.91 | 0.74 |
| Hex | D9 | F9 | 81 | D | 0 | 30 | 2 | 4C | 5B | 4A |
| Octal | 331 | 371 | 201 | 15 | 0 | 60 | 2 | 114 | 133 | 112 |
| Binary | 11011001 | 11111001 | 10000001 | 1101 | 0 | 110000 | 10 | 1001100 | 1011011 | 1001010 |
Color Harmonies of #D9F981
Complementary color
Monochromatic Colors of #D9F981
Black with #D9F981
Text Example
Text Example
White with #D9F981
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F981; }
p { color: rgb(217,249,129); }
H1.HeaderClassName
{
color: #D9F981;
}
.AnyTagClassName
{
color: #D9F981;
}
</style>
background-color css
<style>
a { background-color: #D9F981; }
a { background-color: rgb(217,249,129); }
div.DivClassName
{
background-color: #D9F981;
}
.BgClassName
{
background-color: #D9F981;
}
</style>
border-color css
<style>
span { border-color: #D9F981; }
span { border-color: rgb(217,249,129); }
td.TdClassName
{
border-color: #D9F981;
}
.TagClassName
{
border-color: #D9F981;
}
</style>