Shades of Sulu #D3E78C
Tints of Sulu #D3E78C
RGB
CMYK
RGB Variations
Color information
#D3E78C (or 0xD3E78C) is known color: Sulu. HEX triplet: D3, E7 and 8C. RGB value is (211,231,140). Sum of RGB (Red+Green+Blue) = 211+231+140=582 (77% of max value = 765). Red value is 211 (82.81% from 255 or 36.25% from 582); Green value is 231 (90.62% from 255 or 39.69% from 582); Blue value is 140 (55.08% from 255 or 24.05% from 582); Max value from RGB is 231 - color contains mainly: green. Hex color #D3E78C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E78C is #2C1873. Grayscale: #D6D6D6. Windows color (decimal): -2889844 or 9234387. OLE color: 9234387.
HSL color Cylindrical-coordinate representation of color #D3E78C: hue angle of 73.19º 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 #D3E78C is Cyan = 0.09, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 211 | 231 | 140 | - |
| CMYK | 0.09 | 0 | 0.39 | 0.09 |
| HSL | 73.19º | 0.65% | 0.73% | - |
| HSV(B) | 73.19º | 0.39% | 0.91% | - |
| XYZ | 60.17 | 72.89 | 35.71 | - |
| YUV | 214.65 | 85.87 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 231 | 140 | 0.09 | 0 | 0.39 | 0.09 | 73.19 | 0.65 | 0.73 |
| Hex | D3 | E7 | 8C | 9 | 0 | 27 | 9 | 49 | 41 | 49 |
| Octal | 323 | 347 | 214 | 11 | 0 | 47 | 11 | 111 | 101 | 111 |
| Binary | 11010011 | 11100111 | 10001100 | 1001 | 0 | 100111 | 1001 | 1001001 | 1000001 | 1001001 |
Color Harmonies of #D3E78C
Complementary color
Monochromatic Colors of #D3E78C
Black with #D3E78C
Text Example
Text Example
White with #D3E78C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E78C; }
p { color: rgb(211,231,140); }
H1.HeaderClassName
{
color: #D3E78C;
}
.AnyTagClassName
{
color: #D3E78C;
}
</style>
background-color css
<style>
a { background-color: #D3E78C; }
a { background-color: rgb(211,231,140); }
div.DivClassName
{
background-color: #D3E78C;
}
.BgClassName
{
background-color: #D3E78C;
}
</style>
border-color css
<style>
span { border-color: #D3E78C; }
span { border-color: rgb(211,231,140); }
td.TdClassName
{
border-color: #D3E78C;
}
.TagClassName
{
border-color: #D3E78C;
}
</style>