Shades of Sulu #D4E986
Tints of Sulu #D4E986
RGB
CMYK
RGB Variations
Color information
#D4E986 (or 0xD4E986) is known color: Sulu. HEX triplet: D4, E9 and 86. RGB value is (212,233,134). Sum of RGB (Red+Green+Blue) = 212+233+134=579 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.61% from 579); Green value is 233 (91.41% from 255 or 40.24% from 579); Blue value is 134 (52.73% from 255 or 23.14% from 579); Max value from RGB is 233 - color contains mainly: green. Hex color #D4E986 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D4E986 is #2B1679. Grayscale: #D7D7D7. Windows color (decimal): -2823802 or 8841684. OLE color: 8841684.
HSL color Cylindrical-coordinate representation of color #D4E986: hue angle of 72.73º degrees, saturation: 0.69, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #D4E986 is Cyan = 0.09, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 233 | 134 | - |
| CMYK | 0.09 | 0 | 0.42 | 0.09 |
| HSL | 72.73º | 0.69% | 0.72% | - |
| HSV(B) | 72.73º | 0.42% | 0.91% | - |
| XYZ | 60.59 | 74 | 33.64 | - |
| YUV | 215.44 | 82.04 | 125.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 233 | 134 | 0.09 | 0 | 0.42 | 0.09 | 72.73 | 0.69 | 0.72 |
| Hex | D4 | E9 | 86 | 9 | 0 | 2A | 9 | 49 | 45 | 48 |
| Octal | 324 | 351 | 206 | 11 | 0 | 52 | 11 | 111 | 105 | 110 |
| Binary | 11010100 | 11101001 | 10000110 | 1001 | 0 | 101010 | 1001 | 1001001 | 1000101 | 1001000 |
Color Harmonies of #D4E986
Complementary color
Monochromatic Colors of #D4E986
Black with #D4E986
Text Example
Text Example
White with #D4E986
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4E986; }
p { color: rgb(212,233,134); }
H1.HeaderClassName
{
color: #D4E986;
}
.AnyTagClassName
{
color: #D4E986;
}
</style>
background-color css
<style>
a { background-color: #D4E986; }
a { background-color: rgb(212,233,134); }
div.DivClassName
{
background-color: #D4E986;
}
.BgClassName
{
background-color: #D4E986;
}
</style>
border-color css
<style>
span { border-color: #D4E986; }
span { border-color: rgb(212,233,134); }
td.TdClassName
{
border-color: #D4E986;
}
.TagClassName
{
border-color: #D4E986;
}
</style>