Shades of Sulu #D0E584
Tints of Sulu #D0E584
RGB
CMYK
RGB Variations
Color information
#D0E584 (or 0xD0E584) is known color: Sulu. HEX triplet: D0, E5 and 84. RGB value is (208,229,132). Sum of RGB (Red+Green+Blue) = 208+229+132=569 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.56% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 132 (51.95% from 255 or 23.20% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #D0E584 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0E584 is #2F1A7B. Grayscale: #D4D4D4. Windows color (decimal): -3086972 or 8709584. OLE color: 8709584.
HSL color Cylindrical-coordinate representation of color #D0E584: hue angle of 72.99º degrees, saturation: 0.65, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D0E584 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 229 | 132 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.10 |
| HSL | 72.99º | 0.65% | 0.71% | - |
| HSV(B) | 72.99º | 0.42% | 0.9% | - |
| XYZ | 58.2 | 71.11 | 32.49 | - |
| YUV | 211.66 | 83.04 | 125.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 229 | 132 | 0.09 | 0 | 0.42 | 0.10 | 72.99 | 0.65 | 0.71 |
| Hex | D0 | E5 | 84 | 9 | 0 | 2A | A | 49 | 41 | 47 |
| Octal | 320 | 345 | 204 | 11 | 0 | 52 | 12 | 111 | 101 | 107 |
| Binary | 11010000 | 11100101 | 10000100 | 1001 | 0 | 101010 | 1010 | 1001001 | 1000001 | 1000111 |
Color Harmonies of #D0E584
Complementary color
Monochromatic Colors of #D0E584
Black with #D0E584
Text Example
Text Example
White with #D0E584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E584; }
p { color: rgb(208,229,132); }
H1.HeaderClassName
{
color: #D0E584;
}
.AnyTagClassName
{
color: #D0E584;
}
</style>
background-color css
<style>
a { background-color: #D0E584; }
a { background-color: rgb(208,229,132); }
div.DivClassName
{
background-color: #D0E584;
}
.BgClassName
{
background-color: #D0E584;
}
</style>
border-color css
<style>
span { border-color: #D0E584; }
span { border-color: rgb(208,229,132); }
td.TdClassName
{
border-color: #D0E584;
}
.TagClassName
{
border-color: #D0E584;
}
</style>