Shades of Sulu #D6F084
Tints of Sulu #D6F084
RGB
CMYK
RGB Variations
Color information
#D6F084 (or 0xD6F084) is known color: Sulu. HEX triplet: D6, F0 and 84. RGB value is (214,240,132). Sum of RGB (Red+Green+Blue) = 214+240+132=586 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.52% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 132 (51.95% from 255 or 22.53% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F084 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F084 is #290F7B. Grayscale: #DCDCDC. Windows color (decimal): -2690940 or 8712406. OLE color: 8712406.
HSL color Cylindrical-coordinate representation of color #D6F084: hue angle of 74.44º degrees, saturation: 0.78, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6F084 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 240 | 132 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.06 |
| HSL | 74.44º | 0.78% | 0.73% | - |
| HSV(B) | 74.44º | 0.45% | 0.94% | - |
| XYZ | 63.06 | 78.28 | 33.62 | - |
| YUV | 219.91 | 78.39 | 123.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 240 | 132 | 0.11 | 0 | 0.45 | 0.06 | 74.44 | 0.78 | 0.73 |
| Hex | D6 | F0 | 84 | B | 0 | 2D | 6 | 4A | 4E | 49 |
| Octal | 326 | 360 | 204 | 13 | 0 | 55 | 6 | 112 | 116 | 111 |
| Binary | 11010110 | 11110000 | 10000100 | 1011 | 0 | 101101 | 110 | 1001010 | 1001110 | 1001001 |
Color Harmonies of #D6F084
Complementary color
Monochromatic Colors of #D6F084
Black with #D6F084
Text Example
Text Example
White with #D6F084
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F084; }
p { color: rgb(214,240,132); }
H1.HeaderClassName
{
color: #D6F084;
}
.AnyTagClassName
{
color: #D6F084;
}
</style>
background-color css
<style>
a { background-color: #D6F084; }
a { background-color: rgb(214,240,132); }
div.DivClassName
{
background-color: #D6F084;
}
.BgClassName
{
background-color: #D6F084;
}
</style>
border-color css
<style>
span { border-color: #D6F084; }
span { border-color: rgb(214,240,132); }
td.TdClassName
{
border-color: #D6F084;
}
.TagClassName
{
border-color: #D6F084;
}
</style>