Shades of Sulu #D8FA83
Tints of Sulu #D8FA83
RGB
CMYK
RGB Variations
Color information
#D8FA83 (or 0xD8FA83) is known color: Sulu. HEX triplet: D8, FA and 83. RGB value is (216,250,131). Sum of RGB (Red+Green+Blue) = 216+250+131=597 (79% of max value = 765). Red value is 216 (84.77% from 255 or 36.18% from 597); Green value is 250 (98.05% from 255 or 41.88% from 597); Blue value is 131 (51.56% from 255 or 21.94% from 597); Max value from RGB is 250 - color contains mainly: green. Hex color #D8FA83 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D8FA83 is #27057C. Grayscale: #E2E2E2. Windows color (decimal): -2557309 or 8649432. OLE color: 8649432.
HSL color Cylindrical-coordinate representation of color #D8FA83: hue angle of 77.14º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D8FA83 is Cyan = 0.14, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 250 | 131 | - |
| CMYK | 0.14 | 0 | 0.48 | 0.02 |
| HSL | 77.14º | 0.92% | 0.75% | - |
| HSV(B) | 77.14º | 0.48% | 0.98% | - |
| XYZ | 66.6 | 84.61 | 34.29 | - |
| YUV | 226.27 | 74.24 | 120.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 250 | 131 | 0.14 | 0 | 0.48 | 0.02 | 77.14 | 0.92 | 0.75 |
| Hex | D8 | FA | 83 | E | 0 | 30 | 2 | 4D | 5C | 4B |
| Octal | 330 | 372 | 203 | 16 | 0 | 60 | 2 | 115 | 134 | 113 |
| Binary | 11011000 | 11111010 | 10000011 | 1110 | 0 | 110000 | 10 | 1001101 | 1011100 | 1001011 |
Color Harmonies of #D8FA83
Complementary color
Monochromatic Colors of #D8FA83
Black with #D8FA83
Text Example
Text Example
White with #D8FA83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D8FA83; }
p { color: rgb(216,250,131); }
H1.HeaderClassName
{
color: #D8FA83;
}
.AnyTagClassName
{
color: #D8FA83;
}
</style>
background-color css
<style>
a { background-color: #D8FA83; }
a { background-color: rgb(216,250,131); }
div.DivClassName
{
background-color: #D8FA83;
}
.BgClassName
{
background-color: #D8FA83;
}
</style>
border-color css
<style>
span { border-color: #D8FA83; }
span { border-color: rgb(216,250,131); }
td.TdClassName
{
border-color: #D8FA83;
}
.TagClassName
{
border-color: #D8FA83;
}
</style>