Shades of Sulu #D8FF85
Tints of Sulu #D8FF85
RGB
CMYK
RGB Variations
Color information
#D8FF85 (or 0xD8FF85) is known color: Sulu. HEX triplet: D8, FF and 85. RGB value is (216,255,133). Sum of RGB (Red+Green+Blue) = 216+255+133=604 (80% of max value = 765). Red value is 216 (84.77% from 255 or 35.76% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 133 (52.34% from 255 or 22.02% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #D8FF85 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FF85 is #27007A. Grayscale: #E5E5E5. Windows color (decimal): -2556027 or 8781784. OLE color: 8781784.
HSL color Cylindrical-coordinate representation of color #D8FF85: hue angle of 79.18º 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 #D8FF85 is Cyan = 0.15, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.
Color convert
| RGB | 216 | 255 | 133 | - |
| CMYK | 0.15 | 0 | 0.48 | 0 |
| HSL | 79.18º | 1% | 0.76% | - |
| HSV(B) | 79.18º | 0.48% | 1% | - |
| XYZ | 68.31 | 87.81 | 35.54 | - |
| YUV | 229.43 | 73.58 | 118.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 255 | 133 | 0.15 | 0 | 0.48 | 0 | 79.18 | 1 | 0.76 |
| Hex | D8 | FF | 85 | F | 0 | 30 | 0 | 4F | 64 | 4C |
| Octal | 330 | 377 | 205 | 17 | 0 | 60 | 0 | 117 | 144 | 114 |
| Binary | 11011000 | 11111111 | 10000101 | 1111 | 0 | 110000 | 0 | 1001111 | 1100100 | 1001100 |
Color Harmonies of #D8FF85
Complementary color
Monochromatic Colors of #D8FF85
Black with #D8FF85
Text Example
Text Example
White with #D8FF85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FF85; }
p { color: rgb(216,255,133); }
H1.HeaderClassName
{
color: #D8FF85;
}
.AnyTagClassName
{
color: #D8FF85;
}
</style>
background-color css
<style>
a { background-color: #D8FF85; }
a { background-color: rgb(216,255,133); }
div.DivClassName
{
background-color: #D8FF85;
}
.BgClassName
{
background-color: #D8FF85;
}
</style>
border-color css
<style>
span { border-color: #D8FF85; }
span { border-color: rgb(216,255,133); }
td.TdClassName
{
border-color: #D8FF85;
}
.TagClassName
{
border-color: #D8FF85;
}
</style>