Shades of Sulu #D3E78D
Tints of Sulu #D3E78D
RGB
CMYK
RGB Variations
Color information
#D3E78D (or 0xD3E78D) is known color: Sulu. HEX triplet: D3, E7 and 8D. RGB value is (211,231,141). Sum of RGB (Red+Green+Blue) = 211+231+141=583 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.19% from 583); Green value is 231 (90.62% from 255 or 39.62% from 583); Blue value is 141 (55.47% from 255 or 24.19% from 583); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E78D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E78D is #2C1872. Grayscale: #D7D7D7. Windows color (decimal): -2889843 or 9299923. OLE color: 9299923.
HSL color Cylindrical-coordinate representation of color #D3E78D: hue angle of 73.33º degrees, saturation: 0.65, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D3E78D is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 141 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.09 |
| HSL | 73.33º | 0.65% | 0.73% | - |
| HSV(B) | 73.33º | 0.39% | 0.91% | - |
| XYZ | 60.25 | 72.92 | 36.1 | - |
| YUV | 214.76 | 86.37 | 125.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 141 | 0.09 | 0 | 0.39 | 0.09 | 73.33 | 0.65 | 0.73 |
| Hex | D3 | E7 | 8D | 9 | 0 | 27 | 9 | 49 | 41 | 49 |
| Octal | 323 | 347 | 215 | 11 | 0 | 47 | 11 | 111 | 101 | 111 |
| Binary | 11010011 | 11100111 | 10001101 | 1001 | 0 | 100111 | 1001 | 1001001 | 1000001 | 1001001 |
Color Harmonies of #D3E78D
Complementary color
Monochromatic Colors of #D3E78D
Black with #D3E78D
Text Example
Text Example
White with #D3E78D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E78D; }
p { color: rgb(211,231,141); }
H1.HeaderClassName
{
color: #D3E78D;
}
.AnyTagClassName
{
color: #D3E78D;
}
</style>
background-color css
<style>
a { background-color: #D3E78D; }
a { background-color: rgb(211,231,141); }
div.DivClassName
{
background-color: #D3E78D;
}
.BgClassName
{
background-color: #D3E78D;
}
</style>
border-color css
<style>
span { border-color: #D3E78D; }
span { border-color: rgb(211,231,141); }
td.TdClassName
{
border-color: #D3E78D;
}
.TagClassName
{
border-color: #D3E78D;
}
</style>