Shades of Sulu #D6F684
Tints of Sulu #D6F684
RGB
CMYK
RGB Variations
Color information
#D6F684 (or 0xD6F684) is known color: Sulu. HEX triplet: D6, F6 and 84. RGB value is (214,246,132). Sum of RGB (Red+Green+Blue) = 214+246+132=592 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.15% from 592); Green value is 246 (96.48% from 255 or 41.55% from 592); Blue value is 132 (51.95% from 255 or 22.30% from 592); Max value from RGB is 246 - color contains mainly: green. Hex color #D6F684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F684 is #29097B. Grayscale: #DFDFDF. Windows color (decimal): -2689404 or 8713942. OLE color: 8713942.
HSL color Cylindrical-coordinate representation of color #D6F684: hue angle of 76.84º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D6F684 is Cyan = 0.13, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 214 | 246 | 132 | - |
| CMYK | 0.13 | 0 | 0.46 | 0.04 |
| HSL | 76.84º | 0.86% | 0.74% | - |
| HSV(B) | 76.84º | 0.46% | 0.96% | - |
| XYZ | 64.85 | 81.87 | 34.21 | - |
| YUV | 223.44 | 76.4 | 121.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 246 | 132 | 0.13 | 0 | 0.46 | 0.04 | 76.84 | 0.86 | 0.74 |
| Hex | D6 | F6 | 84 | D | 0 | 2E | 4 | 4D | 56 | 4A |
| Octal | 326 | 366 | 204 | 15 | 0 | 56 | 4 | 115 | 126 | 112 |
| Binary | 11010110 | 11110110 | 10000100 | 1101 | 0 | 101110 | 100 | 1001101 | 1010110 | 1001010 |
Color Harmonies of #D6F684
Complementary color
Monochromatic Colors of #D6F684
Black with #D6F684
Text Example
Text Example
White with #D6F684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F684; }
p { color: rgb(214,246,132); }
H1.HeaderClassName
{
color: #D6F684;
}
.AnyTagClassName
{
color: #D6F684;
}
</style>
background-color css
<style>
a { background-color: #D6F684; }
a { background-color: rgb(214,246,132); }
div.DivClassName
{
background-color: #D6F684;
}
.BgClassName
{
background-color: #D6F684;
}
</style>
border-color css
<style>
span { border-color: #D6F684; }
span { border-color: rgb(214,246,132); }
td.TdClassName
{
border-color: #D6F684;
}
.TagClassName
{
border-color: #D6F684;
}
</style>