Shades of Sulu #D3ED8B
Tints of Sulu #D3ED8B
RGB
CMYK
RGB Variations
Color information
#D3ED8B (or 0xD3ED8B) is known color: Sulu. HEX triplet: D3, ED and 8B. RGB value is (211,237,139). Sum of RGB (Red+Green+Blue) = 211+237+139=587 (77% of max value = 765). Red value is 211 (82.81% from 255 or 35.95% from 587); Green value is 237 (92.97% from 255 or 40.37% from 587); Blue value is 139 (54.69% from 255 or 23.68% from 587); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ED8B is #2C1274. Grayscale: #DADADA. Windows color (decimal): -2888309 or 9170387. OLE color: 9170387.
HSL color Cylindrical-coordinate representation of color #D3ED8B: hue angle of 75.92º degrees, saturation: 0.73, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D3ED8B is Cyan = 0.11, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 139 | - |
| CMYK | 0.11 | 0 | 0.41 | 0.07 |
| HSL | 75.92º | 0.73% | 0.74% | - |
| HSV(B) | 75.92º | 0.41% | 0.93% | - |
| XYZ | 61.81 | 76.28 | 35.89 | - |
| YUV | 218.05 | 83.39 | 122.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 139 | 0.11 | 0 | 0.41 | 0.07 | 75.92 | 0.73 | 0.74 |
| Hex | D3 | ED | 8B | B | 0 | 29 | 7 | 4C | 49 | 4A |
| Octal | 323 | 355 | 213 | 13 | 0 | 51 | 7 | 114 | 111 | 112 |
| Binary | 11010011 | 11101101 | 10001011 | 1011 | 0 | 101001 | 111 | 1001100 | 1001001 | 1001010 |
Color Harmonies of #D3ED8B
Complementary color
Monochromatic Colors of #D3ED8B
Black with #D3ED8B
Text Example
Text Example
White with #D3ED8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED8B; }
p { color: rgb(211,237,139); }
H1.HeaderClassName
{
color: #D3ED8B;
}
.AnyTagClassName
{
color: #D3ED8B;
}
</style>
background-color css
<style>
a { background-color: #D3ED8B; }
a { background-color: rgb(211,237,139); }
div.DivClassName
{
background-color: #D3ED8B;
}
.BgClassName
{
background-color: #D3ED8B;
}
</style>
border-color css
<style>
span { border-color: #D3ED8B; }
span { border-color: rgb(211,237,139); }
td.TdClassName
{
border-color: #D3ED8B;
}
.TagClassName
{
border-color: #D3ED8B;
}
</style>