Shades of Sulu #D8F985
Tints of Sulu #D8F985
RGB
CMYK
RGB Variations
Color information
#D8F985 (or 0xD8F985) is known color: Sulu. HEX triplet: D8, F9 and 85. RGB value is (216,249,133). Sum of RGB (Red+Green+Blue) = 216+249+133=598 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.12% from 598); Green value is 249 (97.66% from 255 or 41.64% from 598); Blue value is 133 (52.34% from 255 or 22.24% from 598); Max value from RGB is 249 - color contains mainly: green. Hex color #D8F985 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F985 is #27067A. Grayscale: #E2E2E2. Windows color (decimal): -2557563 or 8780248. OLE color: 8780248.
HSL color Cylindrical-coordinate representation of color #D8F985: hue angle of 77.07º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D8F985 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 249 | 133 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.02 |
| HSL | 77.07º | 0.91% | 0.75% | - |
| HSV(B) | 77.07º | 0.47% | 0.98% | - |
| XYZ | 66.43 | 84.04 | 34.91 | - |
| YUV | 225.91 | 75.57 | 120.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 249 | 133 | 0.13 | 0 | 0.47 | 0.02 | 77.07 | 0.91 | 0.75 |
| Hex | D8 | F9 | 85 | D | 0 | 2F | 2 | 4D | 5B | 4B |
| Octal | 330 | 371 | 205 | 15 | 0 | 57 | 2 | 115 | 133 | 113 |
| Binary | 11011000 | 11111001 | 10000101 | 1101 | 0 | 101111 | 10 | 1001101 | 1011011 | 1001011 |
Color Harmonies of #D8F985
Complementary color
Monochromatic Colors of #D8F985
Black with #D8F985
Text Example
Text Example
White with #D8F985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F985; }
p { color: rgb(216,249,133); }
H1.HeaderClassName
{
color: #D8F985;
}
.AnyTagClassName
{
color: #D8F985;
}
</style>
background-color css
<style>
a { background-color: #D8F985; }
a { background-color: rgb(216,249,133); }
div.DivClassName
{
background-color: #D8F985;
}
.BgClassName
{
background-color: #D8F985;
}
</style>
border-color css
<style>
span { border-color: #D8F985; }
span { border-color: rgb(216,249,133); }
td.TdClassName
{
border-color: #D8F985;
}
.TagClassName
{
border-color: #D8F985;
}
</style>