Shades of Sulu #D7EA86
Tints of Sulu #D7EA86
RGB
CMYK
RGB Variations
Color information
#D7EA86 (or 0xD7EA86) is known color: Sulu. HEX triplet: D7, EA and 86. RGB value is (215,234,134). Sum of RGB (Red+Green+Blue) = 215+234+134=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 234 (91.80% from 255 or 40.14% from 583); Blue value is 134 (52.73% from 255 or 22.98% from 583); Max value from RGB is 234 - color contains mainly: green. Hex color #D7EA86 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D7EA86 is #281579. Grayscale: #D9D9D9. Windows color (decimal): -2626938 or 8841943. OLE color: 8841943.
HSL color Cylindrical-coordinate representation of color #D7EA86: hue angle of 71.4º degrees, saturation: 0.7, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D7EA86 is Cyan = 0.08, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 234 | 134 | - |
| CMYK | 0.08 | 0 | 0.43 | 0.08 |
| HSL | 71.4º | 0.7% | 0.72% | - |
| HSV(B) | 71.4º | 0.43% | 0.92% | - |
| XYZ | 61.75 | 75.01 | 33.78 | - |
| YUV | 216.92 | 81.21 | 126.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 234 | 134 | 0.08 | 0 | 0.43 | 0.08 | 71.4 | 0.7 | 0.72 |
| Hex | D7 | EA | 86 | 8 | 0 | 2B | 8 | 47 | 46 | 48 |
| Octal | 327 | 352 | 206 | 10 | 0 | 53 | 10 | 107 | 106 | 110 |
| Binary | 11010111 | 11101010 | 10000110 | 1000 | 0 | 101011 | 1000 | 1000111 | 1000110 | 1001000 |
Color Harmonies of #D7EA86
Complementary color
Monochromatic Colors of #D7EA86
Black with #D7EA86
Text Example
Text Example
White with #D7EA86
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7EA86; }
p { color: rgb(215,234,134); }
H1.HeaderClassName
{
color: #D7EA86;
}
.AnyTagClassName
{
color: #D7EA86;
}
</style>
background-color css
<style>
a { background-color: #D7EA86; }
a { background-color: rgb(215,234,134); }
div.DivClassName
{
background-color: #D7EA86;
}
.BgClassName
{
background-color: #D7EA86;
}
</style>
border-color css
<style>
span { border-color: #D7EA86; }
span { border-color: rgb(215,234,134); }
td.TdClassName
{
border-color: #D7EA86;
}
.TagClassName
{
border-color: #D7EA86;
}
</style>