Shades of Sulu #D3ED81
Tints of Sulu #D3ED81
RGB
CMYK
RGB Variations
Color information
#D3ED81 (or 0xD3ED81) is known color: Sulu. HEX triplet: D3, ED and 81. RGB value is (211,237,129). Sum of RGB (Red+Green+Blue) = 211+237+129=577 (76% of max value = 765). Red value is 211 (82.81% from 255 or 36.57% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 129 (50.78% from 255 or 22.36% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #D3ED81 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3ED81 is #2C127E. Grayscale: #D9D9D9. Windows color (decimal): -2888319 or 8515027. OLE color: 8515027.
HSL color Cylindrical-coordinate representation of color #D3ED81: hue angle of 74.44º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D3ED81 is Cyan = 0.11, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 211 | 237 | 129 | - |
| CMYK | 0.11 | 0 | 0.46 | 0.07 |
| HSL | 74.44º | 0.75% | 0.72% | - |
| HSV(B) | 74.44º | 0.46% | 0.93% | - |
| XYZ | 61.11 | 76 | 32.22 | - |
| YUV | 216.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 237 | 129 | 0.11 | 0 | 0.46 | 0.07 | 74.44 | 0.75 | 0.72 |
| Hex | D3 | ED | 81 | B | 0 | 2E | 7 | 4A | 4B | 48 |
| Octal | 323 | 355 | 201 | 13 | 0 | 56 | 7 | 112 | 113 | 110 |
| Binary | 11010011 | 11101101 | 10000001 | 1011 | 0 | 101110 | 111 | 1001010 | 1001011 | 1001000 |
Color Harmonies of #D3ED81
Complementary color
Monochromatic Colors of #D3ED81
Black with #D3ED81
Text Example
Text Example
White with #D3ED81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3ED81; }
p { color: rgb(211,237,129); }
H1.HeaderClassName
{
color: #D3ED81;
}
.AnyTagClassName
{
color: #D3ED81;
}
</style>
background-color css
<style>
a { background-color: #D3ED81; }
a { background-color: rgb(211,237,129); }
div.DivClassName
{
background-color: #D3ED81;
}
.BgClassName
{
background-color: #D3ED81;
}
</style>
border-color css
<style>
span { border-color: #D3ED81; }
span { border-color: rgb(211,237,129); }
td.TdClassName
{
border-color: #D3ED81;
}
.TagClassName
{
border-color: #D3ED81;
}
</style>