Shades of Sulu #D6F18B
Tints of Sulu #D6F18B
RGB
CMYK
RGB Variations
Color information
#D6F18B (or 0xD6F18B) is known color: Sulu. HEX triplet: D6, F1 and 8B. RGB value is (214,241,139). Sum of RGB (Red+Green+Blue) = 214+241+139=594 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.03% from 594); Green value is 241 (94.53% from 255 or 40.57% from 594); Blue value is 139 (54.69% from 255 or 23.40% from 594); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F18B is #290E74. Grayscale: #DDDDDD. Windows color (decimal): -2690677 or 9171414. OLE color: 9171414.
HSL color Cylindrical-coordinate representation of color #D6F18B: hue angle of 75.88º 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 #D6F18B is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 214 | 241 | 139 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.05 |
| HSL | 75.88º | 0.78% | 0.75% | - |
| HSV(B) | 75.88º | 0.42% | 0.95% | - |
| XYZ | 63.85 | 79.07 | 36.32 | - |
| YUV | 221.3 | 81.55 | 122.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 241 | 139 | 0.11 | 0 | 0.42 | 0.05 | 75.88 | 0.78 | 0.75 |
| Hex | D6 | F1 | 8B | B | 0 | 2A | 5 | 4C | 4E | 4B |
| Octal | 326 | 361 | 213 | 13 | 0 | 52 | 5 | 114 | 116 | 113 |
| Binary | 11010110 | 11110001 | 10001011 | 1011 | 0 | 101010 | 101 | 1001100 | 1001110 | 1001011 |
Color Harmonies of #D6F18B
Complementary color
Monochromatic Colors of #D6F18B
Black with #D6F18B
Text Example
Text Example
White with #D6F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F18B; }
p { color: rgb(214,241,139); }
H1.HeaderClassName
{
color: #D6F18B;
}
.AnyTagClassName
{
color: #D6F18B;
}
</style>
background-color css
<style>
a { background-color: #D6F18B; }
a { background-color: rgb(214,241,139); }
div.DivClassName
{
background-color: #D6F18B;
}
.BgClassName
{
background-color: #D6F18B;
}
</style>
border-color css
<style>
span { border-color: #D6F18B; }
span { border-color: rgb(214,241,139); }
td.TdClassName
{
border-color: #D6F18B;
}
.TagClassName
{
border-color: #D6F18B;
}
</style>