Shades of Sulu #D9F184
Tints of Sulu #D9F184
RGB
CMYK
RGB Variations
Color information
#D9F184 (or 0xD9F184) is known color: Sulu. HEX triplet: D9, F1 and 84. RGB value is (217,241,132). Sum of RGB (Red+Green+Blue) = 217+241+132=590 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.78% from 590); Green value is 241 (94.53% from 255 or 40.85% from 590); Blue value is 132 (51.95% from 255 or 22.37% from 590); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F184 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F184 is #260E7B. Grayscale: #DDDDDD. Windows color (decimal): -2494076 or 8712665. OLE color: 8712665.
HSL color Cylindrical-coordinate representation of color #D9F184: hue angle of 73.21º 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 #D9F184 is Cyan = 0.10, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 241 | 132 | - |
| CMYK | 0.10 | 0 | 0.45 | 0.05 |
| HSL | 73.21º | 0.8% | 0.73% | - |
| HSV(B) | 73.21º | 0.45% | 0.95% | - |
| XYZ | 64.24 | 79.33 | 33.76 | - |
| YUV | 221.4 | 77.55 | 124.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 241 | 132 | 0.10 | 0 | 0.45 | 0.05 | 73.21 | 0.8 | 0.73 |
| Hex | D9 | F1 | 84 | A | 0 | 2D | 5 | 49 | 50 | 49 |
| Octal | 331 | 361 | 204 | 12 | 0 | 55 | 5 | 111 | 120 | 111 |
| Binary | 11011001 | 11110001 | 10000100 | 1010 | 0 | 101101 | 101 | 1001001 | 1010000 | 1001001 |
Color Harmonies of #D9F184
Complementary color
Monochromatic Colors of #D9F184
Black with #D9F184
Text Example
Text Example
White with #D9F184
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9F184; }
p { color: rgb(217,241,132); }
H1.HeaderClassName
{
color: #D9F184;
}
.AnyTagClassName
{
color: #D9F184;
}
</style>
background-color css
<style>
a { background-color: #D9F184; }
a { background-color: rgb(217,241,132); }
div.DivClassName
{
background-color: #D9F184;
}
.BgClassName
{
background-color: #D9F184;
}
</style>
border-color css
<style>
span { border-color: #D9F184; }
span { border-color: rgb(217,241,132); }
td.TdClassName
{
border-color: #D9F184;
}
.TagClassName
{
border-color: #D9F184;
}
</style>