Shades of Sulu #D0EB8D
Tints of Sulu #D0EB8D
RGB
CMYK
RGB Variations
Color information
#D0EB8D (or 0xD0EB8D) is known color: Sulu. HEX triplet: D0, EB and 8D. RGB value is (208,235,141). Sum of RGB (Red+Green+Blue) = 208+235+141=584 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.62% from 584); Green value is 235 (92.19% from 255 or 40.24% from 584); Blue value is 141 (55.47% from 255 or 24.14% from 584); Max value from RGB is 235 - color contains mainly: green. Hex color #D0EB8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0EB8D is #2F1472. Grayscale: #D8D8D8. Windows color (decimal): -3085427 or 9300944. OLE color: 9300944.
HSL color Cylindrical-coordinate representation of color #D0EB8D: hue angle of 77.23º degrees, saturation: 0.7, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D0EB8D is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 208 | 235 | 141 | - |
| CMYK | 0.11 | 0 | 0.4 | 0.08 |
| HSL | 77.23º | 0.7% | 0.74% | - |
| HSV(B) | 77.23º | 0.4% | 0.92% | - |
| XYZ | 60.53 | 74.75 | 36.44 | - |
| YUV | 216.21 | 85.55 | 122.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 235 | 141 | 0.11 | 0 | 0.4 | 0.08 | 77.23 | 0.7 | 0.74 |
| Hex | D0 | EB | 8D | B | 0 | 28 | 8 | 4D | 46 | 4A |
| Octal | 320 | 353 | 215 | 13 | 0 | 50 | 10 | 115 | 106 | 112 |
| Binary | 11010000 | 11101011 | 10001101 | 1011 | 0 | 101000 | 1000 | 1001101 | 1000110 | 1001010 |
Color Harmonies of #D0EB8D
Complementary color
Monochromatic Colors of #D0EB8D
Black with #D0EB8D
Text Example
Text Example
White with #D0EB8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0EB8D; }
p { color: rgb(208,235,141); }
H1.HeaderClassName
{
color: #D0EB8D;
}
.AnyTagClassName
{
color: #D0EB8D;
}
</style>
background-color css
<style>
a { background-color: #D0EB8D; }
a { background-color: rgb(208,235,141); }
div.DivClassName
{
background-color: #D0EB8D;
}
.BgClassName
{
background-color: #D0EB8D;
}
</style>
border-color css
<style>
span { border-color: #D0EB8D; }
span { border-color: rgb(208,235,141); }
td.TdClassName
{
border-color: #D0EB8D;
}
.TagClassName
{
border-color: #D0EB8D;
}
</style>