Shades of Sulu #D0E684
Tints of Sulu #D0E684
RGB
CMYK
RGB Variations
Color information
#D0E684 (or 0xD0E684) is known color: Sulu. HEX triplet: D0, E6 and 84. RGB value is (208,230,132). Sum of RGB (Red+Green+Blue) = 208+230+132=570 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.49% from 570); Green value is 230 (90.23% from 255 or 40.35% from 570); Blue value is 132 (51.95% from 255 or 23.16% from 570); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E684 is #2F197B. Grayscale: #D4D4D4. Windows color (decimal): -3086716 or 8709840. OLE color: 8709840.
HSL color Cylindrical-coordinate representation of color #D0E684: hue angle of 73.47º degrees, saturation: 0.66, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D0E684 is Cyan = 0.10, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 132 | - |
| CMYK | 0.10 | 0 | 0.43 | 0.10 |
| HSL | 73.47º | 0.66% | 0.71% | - |
| HSV(B) | 73.47º | 0.43% | 0.9% | - |
| XYZ | 58.47 | 71.67 | 32.58 | - |
| YUV | 212.25 | 82.71 | 124.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 132 | 0.10 | 0 | 0.43 | 0.10 | 73.47 | 0.66 | 0.71 |
| Hex | D0 | E6 | 84 | A | 0 | 2B | A | 49 | 42 | 47 |
| Octal | 320 | 346 | 204 | 12 | 0 | 53 | 12 | 111 | 102 | 107 |
| Binary | 11010000 | 11100110 | 10000100 | 1010 | 0 | 101011 | 1010 | 1001001 | 1000010 | 1000111 |
Color Harmonies of #D0E684
Complementary color
Monochromatic Colors of #D0E684
Black with #D0E684
Text Example
Text Example
White with #D0E684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E684; }
p { color: rgb(208,230,132); }
H1.HeaderClassName
{
color: #D0E684;
}
.AnyTagClassName
{
color: #D0E684;
}
</style>
background-color css
<style>
a { background-color: #D0E684; }
a { background-color: rgb(208,230,132); }
div.DivClassName
{
background-color: #D0E684;
}
.BgClassName
{
background-color: #D0E684;
}
</style>
border-color css
<style>
span { border-color: #D0E684; }
span { border-color: rgb(208,230,132); }
td.TdClassName
{
border-color: #D0E684;
}
.TagClassName
{
border-color: #D0E684;
}
</style>