Shades of Sulu #D3F684
Tints of Sulu #D3F684
RGB
CMYK
RGB Variations
Color information
#D3F684 (or 0xD3F684) is known color: Sulu. HEX triplet: D3, F6 and 84. RGB value is (211,246,132). Sum of RGB (Red+Green+Blue) = 211+246+132=589 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.82% from 589); Green value is 246 (96.48% from 255 or 41.77% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 246 - color contains mainly: green. Hex color #D3F684 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D3F684 is #2C097B. Grayscale: #DEDEDE. Windows color (decimal): -2886012 or 8713939. OLE color: 8713939.
HSL color Cylindrical-coordinate representation of color #D3F684: hue angle of 78.42º 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 #D3F684 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 211 | 246 | 132 | - |
| CMYK | 0.14 | 0 | 0.46 | 0.04 |
| HSL | 78.42º | 0.86% | 0.74% | - |
| HSV(B) | 78.42º | 0.46% | 0.96% | - |
| XYZ | 63.98 | 81.43 | 34.17 | - |
| YUV | 222.54 | 76.9 | 119.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 246 | 132 | 0.14 | 0 | 0.46 | 0.04 | 78.42 | 0.86 | 0.74 |
| Hex | D3 | F6 | 84 | E | 0 | 2E | 4 | 4E | 56 | 4A |
| Octal | 323 | 366 | 204 | 16 | 0 | 56 | 4 | 116 | 126 | 112 |
| Binary | 11010011 | 11110110 | 10000100 | 1110 | 0 | 101110 | 100 | 1001110 | 1010110 | 1001010 |
Color Harmonies of #D3F684
Complementary color
Monochromatic Colors of #D3F684
Black with #D3F684
Text Example
Text Example
White with #D3F684
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3F684; }
p { color: rgb(211,246,132); }
H1.HeaderClassName
{
color: #D3F684;
}
.AnyTagClassName
{
color: #D3F684;
}
</style>
background-color css
<style>
a { background-color: #D3F684; }
a { background-color: rgb(211,246,132); }
div.DivClassName
{
background-color: #D3F684;
}
.BgClassName
{
background-color: #D3F684;
}
</style>
border-color css
<style>
span { border-color: #D3F684; }
span { border-color: rgb(211,246,132); }
td.TdClassName
{
border-color: #D3F684;
}
.TagClassName
{
border-color: #D3F684;
}
</style>