Shades of Sulu #D8F188
Tints of Sulu #D8F188
RGB
CMYK
RGB Variations
Color information
#D8F188 (or 0xD8F188) is known color: Sulu. HEX triplet: D8, F1 and 88. RGB value is (216,241,136). Sum of RGB (Red+Green+Blue) = 216+241+136=593 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.42% from 593); Green value is 241 (94.53% from 255 or 40.64% from 593); Blue value is 136 (53.52% from 255 or 22.93% from 593); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F188 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F188 is #270E77. Grayscale: #DDDDDD. Windows color (decimal): -2559608 or 8974808. OLE color: 8974808.
HSL color Cylindrical-coordinate representation of color #D8F188: hue angle of 74.29º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D8F188 is Cyan = 0.10, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 136 | - |
| CMYK | 0.10 | 0 | 0.44 | 0.05 |
| HSL | 74.29º | 0.79% | 0.74% | - |
| HSV(B) | 74.29º | 0.44% | 0.95% | - |
| XYZ | 64.22 | 79.29 | 35.21 | - |
| YUV | 221.56 | 79.72 | 124.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 136 | 0.10 | 0 | 0.44 | 0.05 | 74.29 | 0.79 | 0.74 |
| Hex | D8 | F1 | 88 | A | 0 | 2C | 5 | 4A | 4F | 4A |
| Octal | 330 | 361 | 210 | 12 | 0 | 54 | 5 | 112 | 117 | 112 |
| Binary | 11011000 | 11110001 | 10001000 | 1010 | 0 | 101100 | 101 | 1001010 | 1001111 | 1001010 |
Color Harmonies of #D8F188
Complementary color
Monochromatic Colors of #D8F188
Black with #D8F188
Text Example
Text Example
White with #D8F188
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F188; }
p { color: rgb(216,241,136); }
H1.HeaderClassName
{
color: #D8F188;
}
.AnyTagClassName
{
color: #D8F188;
}
</style>
background-color css
<style>
a { background-color: #D8F188; }
a { background-color: rgb(216,241,136); }
div.DivClassName
{
background-color: #D8F188;
}
.BgClassName
{
background-color: #D8F188;
}
</style>
border-color css
<style>
span { border-color: #D8F188; }
span { border-color: rgb(216,241,136); }
td.TdClassName
{
border-color: #D8F188;
}
.TagClassName
{
border-color: #D8F188;
}
</style>