Shades of Sulu #D3E680
Tints of Sulu #D3E680
RGB
CMYK
RGB Variations
Color information
#D3E680 (or 0xD3E680) is known color: Sulu. HEX triplet: D3, E6 and 80. RGB value is (211,230,128). Sum of RGB (Red+Green+Blue) = 211+230+128=569 (75% of max value = 765). Red value is 211 (82.81% from 255 or 37.08% from 569); Green value is 230 (90.23% from 255 or 40.42% from 569); Blue value is 128 (50.39% from 255 or 22.50% from 569); Max value from RGB is 230 - color contains mainly: green. Hex color #D3E680 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3E680 is #2C197F. Grayscale: #D5D5D5. Windows color (decimal): -2890112 or 8447699. OLE color: 8447699.
HSL color Cylindrical-coordinate representation of color #D3E680: hue angle of 71.18º degrees, saturation: 0.67, 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 #D3E680 is Cyan = 0.08, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 211 | 230 | 128 | - |
| CMYK | 0.08 | 0 | 0.44 | 0.10 |
| HSL | 71.18º | 0.67% | 0.7% | - |
| HSV(B) | 71.18º | 0.44% | 0.9% | - |
| XYZ | 59.06 | 72 | 31.21 | - |
| YUV | 212.69 | 80.21 | 126.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 230 | 128 | 0.08 | 0 | 0.44 | 0.10 | 71.18 | 0.67 | 0.7 |
| Hex | D3 | E6 | 80 | 8 | 0 | 2C | A | 47 | 43 | 46 |
| Octal | 323 | 346 | 200 | 10 | 0 | 54 | 12 | 107 | 103 | 106 |
| Binary | 11010011 | 11100110 | 10000000 | 1000 | 0 | 101100 | 1010 | 1000111 | 1000011 | 1000110 |
Color Harmonies of #D3E680
Complementary color
Monochromatic Colors of #D3E680
Black with #D3E680
Text Example
Text Example
White with #D3E680
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3E680; }
p { color: rgb(211,230,128); }
H1.HeaderClassName
{
color: #D3E680;
}
.AnyTagClassName
{
color: #D3E680;
}
</style>
background-color css
<style>
a { background-color: #D3E680; }
a { background-color: rgb(211,230,128); }
div.DivClassName
{
background-color: #D3E680;
}
.BgClassName
{
background-color: #D3E680;
}
</style>
border-color css
<style>
span { border-color: #D3E680; }
span { border-color: rgb(211,230,128); }
td.TdClassName
{
border-color: #D3E680;
}
.TagClassName
{
border-color: #D3E680;
}
</style>