Shades of Sulu #D8F784
Tints of Sulu #D8F784
RGB
CMYK
RGB Variations
Color information
#D8F784 (or 0xD8F784) is known color: Sulu. HEX triplet: D8, F7 and 84. RGB value is (216,247,132). Sum of RGB (Red+Green+Blue) = 216+247+132=595 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.30% from 595); Green value is 247 (96.88% from 255 or 41.51% from 595); Blue value is 132 (51.95% from 255 or 22.18% from 595); Max value from RGB is 247 - color contains mainly: green. Hex color #D8F784 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F784 is #27087B. Grayscale: #E1E1E1. Windows color (decimal): -2558076 or 8714200. OLE color: 8714200.
HSL color Cylindrical-coordinate representation of color #D8F784: hue angle of 76.17º 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 #D8F784 is Cyan = 0.13, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 247 | 132 | - |
| CMYK | 0.13 | 0 | 0.47 | 0.03 |
| HSL | 76.17º | 0.88% | 0.74% | - |
| HSV(B) | 76.17º | 0.47% | 0.97% | - |
| XYZ | 65.74 | 82.79 | 34.34 | - |
| YUV | 224.62 | 75.73 | 121.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 247 | 132 | 0.13 | 0 | 0.47 | 0.03 | 76.17 | 0.88 | 0.74 |
| Hex | D8 | F7 | 84 | D | 0 | 2F | 3 | 4C | 58 | 4A |
| Octal | 330 | 367 | 204 | 15 | 0 | 57 | 3 | 114 | 130 | 112 |
| Binary | 11011000 | 11110111 | 10000100 | 1101 | 0 | 101111 | 11 | 1001100 | 1011000 | 1001010 |
Color Harmonies of #D8F784
Complementary color
Monochromatic Colors of #D8F784
Black with #D8F784
Text Example
Text Example
White with #D8F784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F784; }
p { color: rgb(216,247,132); }
H1.HeaderClassName
{
color: #D8F784;
}
.AnyTagClassName
{
color: #D8F784;
}
</style>
background-color css
<style>
a { background-color: #D8F784; }
a { background-color: rgb(216,247,132); }
div.DivClassName
{
background-color: #D8F784;
}
.BgClassName
{
background-color: #D8F784;
}
</style>
border-color css
<style>
span { border-color: #D8F784; }
span { border-color: rgb(216,247,132); }
td.TdClassName
{
border-color: #D8F784;
}
.TagClassName
{
border-color: #D8F784;
}
</style>