Shades of Sulu #D0E68B
Tints of Sulu #D0E68B
RGB
CMYK
RGB Variations
Color information
#D0E68B (or 0xD0E68B) is known color: Sulu. HEX triplet: D0, E6 and 8B. RGB value is (208,230,139). Sum of RGB (Red+Green+Blue) = 208+230+139=577 (76% of max value = 765). Red value is 208 (81.64% from 255 or 36.05% from 577); Green value is 230 (90.23% from 255 or 39.86% from 577); Blue value is 139 (54.69% from 255 or 24.09% from 577); Max value from RGB is 230 - color contains mainly: green. Hex color #D0E68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0E68B is #2F1974. Grayscale: #D5D5D5. Windows color (decimal): -3086709 or 9168592. OLE color: 9168592.
HSL color Cylindrical-coordinate representation of color #D0E68B: hue angle of 74.51º degrees, saturation: 0.65, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0E68B is Cyan = 0.10, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 208 | 230 | 139 | - |
| CMYK | 0.10 | 0 | 0.40 | 0.10 |
| HSL | 74.51º | 0.65% | 0.72% | - |
| HSV(B) | 74.51º | 0.4% | 0.9% | - |
| XYZ | 58.97 | 71.87 | 35.19 | - |
| YUV | 213.05 | 86.21 | 124.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 230 | 139 | 0.10 | 0 | 0.40 | 0.10 | 74.51 | 0.65 | 0.72 |
| Hex | D0 | E6 | 8B | A | 0 | 28 | A | 4B | 41 | 48 |
| Octal | 320 | 346 | 213 | 12 | 0 | 50 | 12 | 113 | 101 | 110 |
| Binary | 11010000 | 11100110 | 10001011 | 1010 | 0 | 101000 | 1010 | 1001011 | 1000001 | 1001000 |
Color Harmonies of #D0E68B
Complementary color
Monochromatic Colors of #D0E68B
Black with #D0E68B
Text Example
Text Example
White with #D0E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0E68B; }
p { color: rgb(208,230,139); }
H1.HeaderClassName
{
color: #D0E68B;
}
.AnyTagClassName
{
color: #D0E68B;
}
</style>
background-color css
<style>
a { background-color: #D0E68B; }
a { background-color: rgb(208,230,139); }
div.DivClassName
{
background-color: #D0E68B;
}
.BgClassName
{
background-color: #D0E68B;
}
</style>
border-color css
<style>
span { border-color: #D0E68B; }
span { border-color: rgb(208,230,139); }
td.TdClassName
{
border-color: #D0E68B;
}
.TagClassName
{
border-color: #D0E68B;
}
</style>