Shades of Sulu #D8F18B
Tints of Sulu #D8F18B
RGB
CMYK
RGB Variations
Color information
#D8F18B (or 0xD8F18B) is known color: Sulu. HEX triplet: D8, F1 and 8B. RGB value is (216,241,139). Sum of RGB (Red+Green+Blue) = 216+241+139=596 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.24% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 139 (54.69% from 255 or 23.32% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F18B is #270E74. Grayscale: #DEDEDE. Windows color (decimal): -2559605 or 9171416. OLE color: 9171416.
HSL color Cylindrical-coordinate representation of color #D8F18B: hue angle of 74.71º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D8F18B is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 139 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.05 |
| HSL | 74.71º | 0.78% | 0.75% | - |
| HSV(B) | 74.71º | 0.42% | 0.95% | - |
| XYZ | 64.43 | 79.37 | 36.35 | - |
| YUV | 221.9 | 81.22 | 123.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 139 | 0.10 | 0 | 0.42 | 0.05 | 74.71 | 0.78 | 0.75 |
| Hex | D8 | F1 | 8B | A | 0 | 2A | 5 | 4B | 4E | 4B |
| Octal | 330 | 361 | 213 | 12 | 0 | 52 | 5 | 113 | 116 | 113 |
| Binary | 11011000 | 11110001 | 10001011 | 1010 | 0 | 101010 | 101 | 1001011 | 1001110 | 1001011 |
Color Harmonies of #D8F18B
Complementary color
Monochromatic Colors of #D8F18B
Black with #D8F18B
Text Example
Text Example
White with #D8F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F18B; }
p { color: rgb(216,241,139); }
H1.HeaderClassName
{
color: #D8F18B;
}
.AnyTagClassName
{
color: #D8F18B;
}
</style>
background-color css
<style>
a { background-color: #D8F18B; }
a { background-color: rgb(216,241,139); }
div.DivClassName
{
background-color: #D8F18B;
}
.BgClassName
{
background-color: #D8F18B;
}
</style>
border-color css
<style>
span { border-color: #D8F18B; }
span { border-color: rgb(216,241,139); }
td.TdClassName
{
border-color: #D8F18B;
}
.TagClassName
{
border-color: #D8F18B;
}
</style>