Shades of Sulu #D0E687
Tints of Sulu #D0E687
RGB
CMYK
RGB Variations
Color information
#D0E687 (or 0xD0E687) is known color: Sulu. HEX triplet: D0, E6 and 87. RGB value is (208,230,135). Sum of RGB (Red+Green+Blue) = 208+230+135=573 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.30% from 573); Green value is 230 (90.23% from 255 or 40.14% from 573); Blue value is 135 (53.12% from 255 or 23.56% from 573); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E687 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E687 is #2F1978. Grayscale: #D4D4D4. Windows color (decimal): -3086713 or 8906448. OLE color: 8906448.
HSL color Cylindrical-coordinate representation of color #D0E687: hue angle of 73.89º degrees, saturation: 0.66, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D0E687 is Cyan = 0.10, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 135 | - |
| CMYK | 0.10 | 0 | 0.41 | 0.10 |
| HSL | 73.89º | 0.66% | 0.72% | - |
| HSV(B) | 73.89º | 0.41% | 0.9% | - |
| XYZ | 58.68 | 71.75 | 33.68 | - |
| YUV | 212.59 | 84.21 | 124.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 135 | 0.10 | 0 | 0.41 | 0.10 | 73.89 | 0.66 | 0.72 |
| Hex | D0 | E6 | 87 | A | 0 | 29 | A | 4A | 42 | 48 |
| Octal | 320 | 346 | 207 | 12 | 0 | 51 | 12 | 112 | 102 | 110 |
| Binary | 11010000 | 11100110 | 10000111 | 1010 | 0 | 101001 | 1010 | 1001010 | 1000010 | 1001000 |
Color Harmonies of #D0E687
Complementary color
Monochromatic Colors of #D0E687
Black with #D0E687
Text Example
Text Example
White with #D0E687
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E687; }
p { color: rgb(208,230,135); }
H1.HeaderClassName
{
color: #D0E687;
}
.AnyTagClassName
{
color: #D0E687;
}
</style>
background-color css
<style>
a { background-color: #D0E687; }
a { background-color: rgb(208,230,135); }
div.DivClassName
{
background-color: #D0E687;
}
.BgClassName
{
background-color: #D0E687;
}
</style>
border-color css
<style>
span { border-color: #D0E687; }
span { border-color: rgb(208,230,135); }
td.TdClassName
{
border-color: #D0E687;
}
.TagClassName
{
border-color: #D0E687;
}
</style>