Shades of Sulu #D3E581
Tints of Sulu #D3E581
RGB
CMYK
RGB Variations
Color information
#D3E581 (or 0xD3E581) is known color: Sulu. HEX triplet: D3, E5 and 81. RGB value is (211,229,129). Sum of RGB (Red+Green+Blue) = 211+229+129=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 229 (89.84% from 255 or 40.25% from 569); Blue value is 129 (50.78% from 255 or 22.67% from 569); Max value from RGB is 229 - color contains mainly: green. Hex color #D3E581 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3E581 is #2C1A7E. Grayscale: #D4D4D4. Windows color (decimal): -2890367 or 8512979. OLE color: 8512979.
HSL color Cylindrical-coordinate representation of color #D3E581: hue angle of 70.8º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D3E581 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 229 | 129 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.10 |
| HSL | 70.8º | 0.66% | 0.7% | - |
| HSV(B) | 70.8º | 0.44% | 0.9% | - |
| XYZ | 58.85 | 71.47 | 31.46 | - |
| YUV | 212.22 | 81.04 | 127.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 229 | 129 | 0.08 | 0 | 0.44 | 0.10 | 70.8 | 0.66 | 0.7 |
| Hex | D3 | E5 | 81 | 8 | 0 | 2C | A | 47 | 42 | 46 |
| Octal | 323 | 345 | 201 | 10 | 0 | 54 | 12 | 107 | 102 | 106 |
| Binary | 11010011 | 11100101 | 10000001 | 1000 | 0 | 101100 | 1010 | 1000111 | 1000010 | 1000110 |
Color Harmonies of #D3E581
Complementary color
Monochromatic Colors of #D3E581
Black with #D3E581
Text Example
Text Example
White with #D3E581
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E581; }
p { color: rgb(211,229,129); }
H1.HeaderClassName
{
color: #D3E581;
}
.AnyTagClassName
{
color: #D3E581;
}
</style>
background-color css
<style>
a { background-color: #D3E581; }
a { background-color: rgb(211,229,129); }
div.DivClassName
{
background-color: #D3E581;
}
.BgClassName
{
background-color: #D3E581;
}
</style>
border-color css
<style>
span { border-color: #D3E581; }
span { border-color: rgb(211,229,129); }
td.TdClassName
{
border-color: #D3E581;
}
.TagClassName
{
border-color: #D3E581;
}
</style>