Shades of Sulu #D2E988
Tints of Sulu #D2E988
RGB
CMYK
RGB Variations
Color information
#D2E988 (or 0xD2E988) is known color: Sulu. HEX triplet: D2, E9 and 88. RGB value is (210,233,136). Sum of RGB (Red+Green+Blue) = 210+233+136=579 (76% of max value = 765). Red value is 210 (82.42% from 255 or 36.27% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 136 (53.52% from 255 or 23.49% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #D2E988 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D2E988 is #2D1677. Grayscale: #D7D7D7. Windows color (decimal): -2954872 or 8972754. OLE color: 8972754.
HSL color Cylindrical-coordinate representation of color #D2E988: hue angle of 74.23º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D2E988 is Cyan = 0.10, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 210 | 233 | 136 | - |
| CMYK | 0.10 | 0 | 0.42 | 0.09 |
| HSL | 74.23º | 0.69% | 0.72% | - |
| HSV(B) | 74.23º | 0.42% | 0.91% | - |
| XYZ | 60.16 | 73.76 | 34.36 | - |
| YUV | 215.07 | 83.38 | 124.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 233 | 136 | 0.10 | 0 | 0.42 | 0.09 | 74.23 | 0.69 | 0.72 |
| Hex | D2 | E9 | 88 | A | 0 | 2A | 9 | 4A | 45 | 48 |
| Octal | 322 | 351 | 210 | 12 | 0 | 52 | 11 | 112 | 105 | 110 |
| Binary | 11010010 | 11101001 | 10001000 | 1010 | 0 | 101010 | 1001 | 1001010 | 1000101 | 1001000 |
Color Harmonies of #D2E988
Complementary color
Monochromatic Colors of #D2E988
Black with #D2E988
Text Example
Text Example
White with #D2E988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2E988; }
p { color: rgb(210,233,136); }
H1.HeaderClassName
{
color: #D2E988;
}
.AnyTagClassName
{
color: #D2E988;
}
</style>
background-color css
<style>
a { background-color: #D2E988; }
a { background-color: rgb(210,233,136); }
div.DivClassName
{
background-color: #D2E988;
}
.BgClassName
{
background-color: #D2E988;
}
</style>
border-color css
<style>
span { border-color: #D2E988; }
span { border-color: rgb(210,233,136); }
td.TdClassName
{
border-color: #D2E988;
}
.TagClassName
{
border-color: #D2E988;
}
</style>