Shades of Sulu #D6F784
Tints of Sulu #D6F784
RGB
CMYK
RGB Variations
Color information
#D6F784 (or 0xD6F784) is known color: Sulu. HEX triplet: D6, F7 and 84. RGB value is (214,247,132). Sum of RGB (Red+Green+Blue) = 214+247+132=593 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.09% from 593); Green value is 247 (96.88% from 255 or 41.65% from 593); Blue value is 132 (51.95% from 255 or 22.26% from 593); Max value from RGB is 247 - color contains mainly: green. Hex color #D6F784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6F784 is #29087B. Grayscale: #E0E0E0. Windows color (decimal): -2689148 or 8714198. OLE color: 8714198.
HSL color Cylindrical-coordinate representation of color #D6F784: hue angle of 77.22º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D6F784 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 214 | 247 | 132 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.03 |
| HSL | 77.22º | 0.88% | 0.74% | - |
| HSV(B) | 77.22º | 0.47% | 0.97% | - |
| XYZ | 65.16 | 82.48 | 34.32 | - |
| YUV | 224.02 | 76.07 | 120.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 247 | 132 | 0.13 | 0 | 0.47 | 0.03 | 77.22 | 0.88 | 0.74 |
| Hex | D6 | F7 | 84 | D | 0 | 2F | 3 | 4D | 58 | 4A |
| Octal | 326 | 367 | 204 | 15 | 0 | 57 | 3 | 115 | 130 | 112 |
| Binary | 11010110 | 11110111 | 10000100 | 1101 | 0 | 101111 | 11 | 1001101 | 1011000 | 1001010 |
Color Harmonies of #D6F784
Complementary color
Monochromatic Colors of #D6F784
Black with #D6F784
Text Example
Text Example
White with #D6F784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6F784; }
p { color: rgb(214,247,132); }
H1.HeaderClassName
{
color: #D6F784;
}
.AnyTagClassName
{
color: #D6F784;
}
</style>
background-color css
<style>
a { background-color: #D6F784; }
a { background-color: rgb(214,247,132); }
div.DivClassName
{
background-color: #D6F784;
}
.BgClassName
{
background-color: #D6F784;
}
</style>
border-color css
<style>
span { border-color: #D6F784; }
span { border-color: rgb(214,247,132); }
td.TdClassName
{
border-color: #D6F784;
}
.TagClassName
{
border-color: #D6F784;
}
</style>