Shades of Sulu #D1F18B
Tints of Sulu #D1F18B
RGB
CMYK
RGB Variations
Color information
#D1F18B (or 0xD1F18B) is known color: Sulu. HEX triplet: D1, F1 and 8B. RGB value is (209,241,139). Sum of RGB (Red+Green+Blue) = 209+241+139=589 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.48% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 139 (54.69% from 255 or 23.60% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #D1F18B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1F18B is #2E0E74. Grayscale: #DCDCDC. Windows color (decimal): -3018357 or 9171409. OLE color: 9171409.
HSL color Cylindrical-coordinate representation of color #D1F18B: hue angle of 78.82º 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 #D1F18B is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 241 | 139 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.05 |
| HSL | 78.82º | 0.78% | 0.75% | - |
| HSV(B) | 78.82º | 0.42% | 0.95% | - |
| XYZ | 62.41 | 78.33 | 36.26 | - |
| YUV | 219.8 | 82.4 | 120.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 241 | 139 | 0.13 | 0 | 0.42 | 0.05 | 78.82 | 0.78 | 0.75 |
| Hex | D1 | F1 | 8B | D | 0 | 2A | 5 | 4F | 4E | 4B |
| Octal | 321 | 361 | 213 | 15 | 0 | 52 | 5 | 117 | 116 | 113 |
| Binary | 11010001 | 11110001 | 10001011 | 1101 | 0 | 101010 | 101 | 1001111 | 1001110 | 1001011 |
Color Harmonies of #D1F18B
Complementary color
Monochromatic Colors of #D1F18B
Black with #D1F18B
Text Example
Text Example
White with #D1F18B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1F18B; }
p { color: rgb(209,241,139); }
H1.HeaderClassName
{
color: #D1F18B;
}
.AnyTagClassName
{
color: #D1F18B;
}
</style>
background-color css
<style>
a { background-color: #D1F18B; }
a { background-color: rgb(209,241,139); }
div.DivClassName
{
background-color: #D1F18B;
}
.BgClassName
{
background-color: #D1F18B;
}
</style>
border-color css
<style>
span { border-color: #D1F18B; }
span { border-color: rgb(209,241,139); }
td.TdClassName
{
border-color: #D1F18B;
}
.TagClassName
{
border-color: #D1F18B;
}
</style>