Shades of Sulu #D0E485
Tints of Sulu #D0E485
RGB
CMYK
RGB Variations
Color information
#D0E485 (or 0xD0E485) is known color: Sulu. HEX triplet: D0, E4 and 85. RGB value is (208,228,133). Sum of RGB (Red+Green+Blue) = 208+228+133=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 228 (89.45% from 255 or 40.07% from 569); Blue value is 133 (52.34% from 255 or 23.37% from 569); Max value from RGB is 228 - color contains mainly: green. Hex color #D0E485 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E485 is #2F1B7A. Grayscale: #D3D3D3. Windows color (decimal): -3087227 or 8774864. OLE color: 8774864.
HSL color Cylindrical-coordinate representation of color #D0E485: hue angle of 72.63º degrees, saturation: 0.64, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0E485 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 208 | 228 | 133 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.11 |
| HSL | 72.63º | 0.64% | 0.71% | - |
| HSV(B) | 72.63º | 0.42% | 0.89% | - |
| XYZ | 57.99 | 70.59 | 32.76 | - |
| YUV | 211.19 | 83.87 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 228 | 133 | 0.09 | 0 | 0.42 | 0.11 | 72.63 | 0.64 | 0.71 |
| Hex | D0 | E4 | 85 | 9 | 0 | 2A | B | 49 | 40 | 47 |
| Octal | 320 | 344 | 205 | 11 | 0 | 52 | 13 | 111 | 100 | 107 |
| Binary | 11010000 | 11100100 | 10000101 | 1001 | 0 | 101010 | 1011 | 1001001 | 1000000 | 1000111 |
Color Harmonies of #D0E485
Complementary color
Monochromatic Colors of #D0E485
Black with #D0E485
Text Example
Text Example
White with #D0E485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E485; }
p { color: rgb(208,228,133); }
H1.HeaderClassName
{
color: #D0E485;
}
.AnyTagClassName
{
color: #D0E485;
}
</style>
background-color css
<style>
a { background-color: #D0E485; }
a { background-color: rgb(208,228,133); }
div.DivClassName
{
background-color: #D0E485;
}
.BgClassName
{
background-color: #D0E485;
}
</style>
border-color css
<style>
span { border-color: #D0E485; }
span { border-color: rgb(208,228,133); }
td.TdClassName
{
border-color: #D0E485;
}
.TagClassName
{
border-color: #D0E485;
}
</style>