Shades of Sulu #D1E58F
Tints of Sulu #D1E58F
RGB
CMYK
RGB Variations
Color information
#D1E58F (or 0xD1E58F) is known color: Sulu. HEX triplet: D1, E5 and 8F. RGB value is (209,229,143). Sum of RGB (Red+Green+Blue) = 209+229+143=581 (76% of max value = 765). Red value is 209 (82.03% from 255 or 35.97% from 581); Green value is 229 (89.84% from 255 or 39.41% from 581); Blue value is 143 (56.25% from 255 or 24.61% from 581); Max value from RGB is 229 - color contains mainly: green. Hex color #D1E58F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1E58F is #2E1A70. Grayscale: #D5D5D5. Windows color (decimal): -3021425 or 9430481. OLE color: 9430481.
HSL color Cylindrical-coordinate representation of color #D1E58F: hue angle of 73.95º degrees, saturation: 0.62, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D1E58F is Cyan = 0.09, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 209 | 229 | 143 | - |
| CMYK | 0.09 | 0 | 0.38 | 0.10 |
| HSL | 73.95º | 0.62% | 0.73% | - |
| HSV(B) | 73.95º | 0.38% | 0.9% | - |
| XYZ | 59.27 | 71.58 | 36.68 | - |
| YUV | 213.22 | 88.37 | 124.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 229 | 143 | 0.09 | 0 | 0.38 | 0.10 | 73.95 | 0.62 | 0.73 |
| Hex | D1 | E5 | 8F | 9 | 0 | 26 | A | 4A | 3E | 49 |
| Octal | 321 | 345 | 217 | 11 | 0 | 46 | 12 | 112 | 76 | 111 |
| Binary | 11010001 | 11100101 | 10001111 | 1001 | 0 | 100110 | 1010 | 1001010 | 111110 | 1001001 |
Color Harmonies of #D1E58F
Complementary color
Monochromatic Colors of #D1E58F
Black with #D1E58F
Text Example
Text Example
White with #D1E58F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1E58F; }
p { color: rgb(209,229,143); }
H1.HeaderClassName
{
color: #D1E58F;
}
.AnyTagClassName
{
color: #D1E58F;
}
</style>
background-color css
<style>
a { background-color: #D1E58F; }
a { background-color: rgb(209,229,143); }
div.DivClassName
{
background-color: #D1E58F;
}
.BgClassName
{
background-color: #D1E58F;
}
</style>
border-color css
<style>
span { border-color: #D1E58F; }
span { border-color: rgb(209,229,143); }
td.TdClassName
{
border-color: #D1E58F;
}
.TagClassName
{
border-color: #D1E58F;
}
</style>