Shades of Sulu #D1ED88
Tints of Sulu #D1ED88
RGB
CMYK
RGB Variations
Color information
#D1ED88 (or 0xD1ED88) is known color: Sulu. HEX triplet: D1, ED and 88. RGB value is (209,237,136). Sum of RGB (Red+Green+Blue) = 209+237+136=582 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.91% from 582); Green value is 237 (92.97% from 255 or 40.72% from 582); Blue value is 136 (53.52% from 255 or 23.37% from 582); Max value from RGB is 237 - color contains mainly: green. Hex color #D1ED88 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D1ED88 is #2E1277. Grayscale: #D9D9D9. Windows color (decimal): -3019384 or 8973777. OLE color: 8973777.
HSL color Cylindrical-coordinate representation of color #D1ED88: hue angle of 76.63º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D1ED88 is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 237 | 136 | - |
| CMYK | 0.12 | 0 | 0.43 | 0.07 |
| HSL | 76.63º | 0.74% | 0.73% | - |
| HSV(B) | 76.63º | 0.43% | 0.93% | - |
| XYZ | 61.02 | 75.9 | 34.73 | - |
| YUV | 217.11 | 82.22 | 122.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 237 | 136 | 0.12 | 0 | 0.43 | 0.07 | 76.63 | 0.74 | 0.73 |
| Hex | D1 | ED | 88 | C | 0 | 2B | 7 | 4D | 4A | 49 |
| Octal | 321 | 355 | 210 | 14 | 0 | 53 | 7 | 115 | 112 | 111 |
| Binary | 11010001 | 11101101 | 10001000 | 1100 | 0 | 101011 | 111 | 1001101 | 1001010 | 1001001 |
Color Harmonies of #D1ED88
Complementary color
Monochromatic Colors of #D1ED88
Black with #D1ED88
Text Example
Text Example
White with #D1ED88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D1ED88; }
p { color: rgb(209,237,136); }
H1.HeaderClassName
{
color: #D1ED88;
}
.AnyTagClassName
{
color: #D1ED88;
}
</style>
background-color css
<style>
a { background-color: #D1ED88; }
a { background-color: rgb(209,237,136); }
div.DivClassName
{
background-color: #D1ED88;
}
.BgClassName
{
background-color: #D1ED88;
}
</style>
border-color css
<style>
span { border-color: #D1ED88; }
span { border-color: rgb(209,237,136); }
td.TdClassName
{
border-color: #D1ED88;
}
.TagClassName
{
border-color: #D1ED88;
}
</style>