Shades of Sulu #D5FF88
Tints of Sulu #D5FF88
RGB
CMYK
RGB Variations
Color information
#D5FF88 (or 0xD5FF88) is known color: Sulu. HEX triplet: D5, FF and 88. RGB value is (213,255,136). Sum of RGB (Red+Green+Blue) = 213+255+136=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 136 (53.52% from 255 or 22.52% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FF88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D5FF88 is #2A0077. Grayscale: #E5E5E5. Windows color (decimal): -2752632 or 8978389. OLE color: 8978389.
HSL color Cylindrical-coordinate representation of color #D5FF88: hue angle of 81.18º 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 #D5FF88 is Cyan = 0.16, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.
Color convert
| RGB | 213 | 255 | 136 | - |
| CMYK | 0.16 | 0 | 0.47 | 0 |
| HSL | 81.18º | 1% | 0.77% | - |
| HSV(B) | 81.18º | 0.47% | 1% | - |
| XYZ | 67.64 | 87.44 | 36.61 | - |
| YUV | 228.88 | 75.59 | 116.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 255 | 136 | 0.16 | 0 | 0.47 | 0 | 81.18 | 1 | 0.77 |
| Hex | D5 | FF | 88 | 10 | 0 | 2F | 0 | 51 | 64 | 4D |
| Octal | 325 | 377 | 210 | 20 | 0 | 57 | 0 | 121 | 144 | 115 |
| Binary | 11010101 | 11111111 | 10001000 | 10000 | 0 | 101111 | 0 | 1010001 | 1100100 | 1001101 |
Color Harmonies of #D5FF88
Complementary color
Monochromatic Colors of #D5FF88
Black with #D5FF88
Text Example
Text Example
White with #D5FF88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5FF88; }
p { color: rgb(213,255,136); }
H1.HeaderClassName
{
color: #D5FF88;
}
.AnyTagClassName
{
color: #D5FF88;
}
</style>
background-color css
<style>
a { background-color: #D5FF88; }
a { background-color: rgb(213,255,136); }
div.DivClassName
{
background-color: #D5FF88;
}
.BgClassName
{
background-color: #D5FF88;
}
</style>
border-color css
<style>
span { border-color: #D5FF88; }
span { border-color: rgb(213,255,136); }
td.TdClassName
{
border-color: #D5FF88;
}
.TagClassName
{
border-color: #D5FF88;
}
</style>