Shades of Sulu #D9FF88
Tints of Sulu #D9FF88
RGB
CMYK
RGB Variations
Color information
#D9FF88 (or 0xD9FF88) is known color: Sulu. HEX triplet: D9, FF and 88. RGB value is (217,255,136). Sum of RGB (Red+Green+Blue) = 217+255+136=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 136 (53.52% from 255 or 22.37% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF88 is #260077. Grayscale: #E6E6E6. Windows color (decimal): -2490488 or 8978393. OLE color: 8978393.
HSL color Cylindrical-coordinate representation of color #D9FF88: hue angle of 79.16º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D9FF88 is Cyan = 0.15, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 136 | - |
| CMYK | 0.15 | 0 | 0.47 | 0 |
| HSL | 79.16º | 1% | 0.77% | - |
| HSV(B) | 79.16º | 0.47% | 1% | - |
| XYZ | 68.82 | 88.05 | 36.66 | - |
| YUV | 230.07 | 74.91 | 118.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 136 | 0.15 | 0 | 0.47 | 0 | 79.16 | 1 | 0.77 |
| Hex | D9 | FF | 88 | F | 0 | 2F | 0 | 4F | 64 | 4D |
| Octal | 331 | 377 | 210 | 17 | 0 | 57 | 0 | 117 | 144 | 115 |
| Binary | 11011001 | 11111111 | 10001000 | 1111 | 0 | 101111 | 0 | 1001111 | 1100100 | 1001101 |
Color Harmonies of #D9FF88
Complementary color
Monochromatic Colors of #D9FF88
Black with #D9FF88
Text Example
Text Example
White with #D9FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF88; }
p { color: rgb(217,255,136); }
H1.HeaderClassName
{
color: #D9FF88;
}
.AnyTagClassName
{
color: #D9FF88;
}
</style>
background-color css
<style>
a { background-color: #D9FF88; }
a { background-color: rgb(217,255,136); }
div.DivClassName
{
background-color: #D9FF88;
}
.BgClassName
{
background-color: #D9FF88;
}
</style>
border-color css
<style>
span { border-color: #D9FF88; }
span { border-color: rgb(217,255,136); }
td.TdClassName
{
border-color: #D9FF88;
}
.TagClassName
{
border-color: #D9FF88;
}
</style>