Shades of Sulu #D9FF85
Tints of Sulu #D9FF85
RGB
CMYK
RGB Variations
Color information
#D9FF85 (or 0xD9FF85) is known color: Sulu. HEX triplet: D9, FF and 85. RGB value is (217,255,133). Sum of RGB (Red+Green+Blue) = 217+255+133=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 133 (52.34% from 255 or 21.98% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #D9FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FF85 is #26007A. Grayscale: #E6E6E6. Windows color (decimal): -2490491 or 8781785. OLE color: 8781785.
HSL color Cylindrical-coordinate representation of color #D9FF85: hue angle of 78.69º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D9FF85 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 217 | 255 | 133 | - |
| CMYK | 0.15 | 0 | 0.48 | 0 |
| HSL | 78.69º | 1% | 0.76% | - |
| HSV(B) | 78.69º | 0.48% | 1% | - |
| XYZ | 68.61 | 87.97 | 35.55 | - |
| YUV | 229.73 | 73.41 | 118.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 255 | 133 | 0.15 | 0 | 0.48 | 0 | 78.69 | 1 | 0.76 |
| Hex | D9 | FF | 85 | F | 0 | 30 | 0 | 4F | 64 | 4C |
| Octal | 331 | 377 | 205 | 17 | 0 | 60 | 0 | 117 | 144 | 114 |
| Binary | 11011001 | 11111111 | 10000101 | 1111 | 0 | 110000 | 0 | 1001111 | 1100100 | 1001100 |
Color Harmonies of #D9FF85
Complementary color
Monochromatic Colors of #D9FF85
Black with #D9FF85
Text Example
Text Example
White with #D9FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9FF85; }
p { color: rgb(217,255,133); }
H1.HeaderClassName
{
color: #D9FF85;
}
.AnyTagClassName
{
color: #D9FF85;
}
</style>
background-color css
<style>
a { background-color: #D9FF85; }
a { background-color: rgb(217,255,133); }
div.DivClassName
{
background-color: #D9FF85;
}
.BgClassName
{
background-color: #D9FF85;
}
</style>
border-color css
<style>
span { border-color: #D9FF85; }
span { border-color: rgb(217,255,133); }
td.TdClassName
{
border-color: #D9FF85;
}
.TagClassName
{
border-color: #D9FF85;
}
</style>