Shades of Sulu #D3E68B
Tints of Sulu #D3E68B
RGB
CMYK
RGB Variations
Color information
#D3E68B (or 0xD3E68B) is known color: Sulu. HEX triplet: D3, E6 and 8B. RGB value is (211,230,139). Sum of RGB (Red+Green+Blue) = 211+230+139=580 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.38% from 580); Green value is 230 (90.23% from 255 or 39.66% from 580); Blue value is 139 (54.69% from 255 or 23.97% from 580); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E68B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E68B is #2C1974. Grayscale: #D6D6D6. Windows color (decimal): -2890101 or 9168595. OLE color: 9168595.
HSL color Cylindrical-coordinate representation of color #D3E68B: hue angle of 72.53º 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 #D3E68B is Cyan = 0.08, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 139 | - |
| CMYK | 0.08 | 0 | 0.40 | 0.10 |
| HSL | 72.53º | 0.65% | 0.72% | - |
| HSV(B) | 72.53º | 0.4% | 0.9% | - |
| XYZ | 59.82 | 72.31 | 35.23 | - |
| YUV | 213.95 | 85.71 | 125.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 139 | 0.08 | 0 | 0.40 | 0.10 | 72.53 | 0.65 | 0.72 |
| Hex | D3 | E6 | 8B | 8 | 0 | 28 | A | 49 | 41 | 48 |
| Octal | 323 | 346 | 213 | 10 | 0 | 50 | 12 | 111 | 101 | 110 |
| Binary | 11010011 | 11100110 | 10001011 | 1000 | 0 | 101000 | 1010 | 1001001 | 1000001 | 1001000 |
Color Harmonies of #D3E68B
Complementary color
Monochromatic Colors of #D3E68B
Black with #D3E68B
Text Example
Text Example
White with #D3E68B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E68B; }
p { color: rgb(211,230,139); }
H1.HeaderClassName
{
color: #D3E68B;
}
.AnyTagClassName
{
color: #D3E68B;
}
</style>
background-color css
<style>
a { background-color: #D3E68B; }
a { background-color: rgb(211,230,139); }
div.DivClassName
{
background-color: #D3E68B;
}
.BgClassName
{
background-color: #D3E68B;
}
</style>
border-color css
<style>
span { border-color: #D3E68B; }
span { border-color: rgb(211,230,139); }
td.TdClassName
{
border-color: #D3E68B;
}
.TagClassName
{
border-color: #D3E68B;
}
</style>