Shades of Sulu #D8F184
Tints of Sulu #D8F184
RGB
CMYK
RGB Variations
Color information
#D8F184 (or 0xD8F184) is known color: Sulu. HEX triplet: D8, F1 and 84. RGB value is (216,241,132). Sum of RGB (Red+Green+Blue) = 216+241+132=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 241 (94.53% from 255 or 40.92% from 589); Blue value is 132 (51.95% from 255 or 22.41% from 589); Max value from RGB is 241 - color contains mainly: green. Hex color #D8F184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8F184 is #270E7B. Grayscale: #DDDDDD. Windows color (decimal): -2559612 or 8712664. OLE color: 8712664.
HSL color Cylindrical-coordinate representation of color #D8F184: hue angle of 73.76º degrees, saturation: 0.8, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D8F184 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 216 | 241 | 132 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.05 |
| HSL | 73.76º | 0.8% | 0.73% | - |
| HSV(B) | 73.76º | 0.45% | 0.95% | - |
| XYZ | 63.94 | 79.18 | 33.74 | - |
| YUV | 221.1 | 77.72 | 124.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 241 | 132 | 0.10 | 0 | 0.45 | 0.05 | 73.76 | 0.8 | 0.73 |
| Hex | D8 | F1 | 84 | A | 0 | 2D | 5 | 4A | 50 | 49 |
| Octal | 330 | 361 | 204 | 12 | 0 | 55 | 5 | 112 | 120 | 111 |
| Binary | 11011000 | 11110001 | 10000100 | 1010 | 0 | 101101 | 101 | 1001010 | 1010000 | 1001001 |
Color Harmonies of #D8F184
Complementary color
Monochromatic Colors of #D8F184
Black with #D8F184
Text Example
Text Example
White with #D8F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8F184; }
p { color: rgb(216,241,132); }
H1.HeaderClassName
{
color: #D8F184;
}
.AnyTagClassName
{
color: #D8F184;
}
</style>
background-color css
<style>
a { background-color: #D8F184; }
a { background-color: rgb(216,241,132); }
div.DivClassName
{
background-color: #D8F184;
}
.BgClassName
{
background-color: #D8F184;
}
</style>
border-color css
<style>
span { border-color: #D8F184; }
span { border-color: rgb(216,241,132); }
td.TdClassName
{
border-color: #D8F184;
}
.TagClassName
{
border-color: #D8F184;
}
</style>