Shades of Sulu #BFD783
Tints of Sulu #BFD783
RGB
CMYK
RGB Variations
Color information
#BFD783 (or 0xBFD783) is known color: Sulu. HEX triplet: BF, D7 and 83. RGB value is (191,215,131). Sum of RGB (Red+Green+Blue) = 191+215+131=537 (71% of max value = 765). Red value is 191 (75% from 255 or 35.57% from 537); Green value is 215 (84.38% from 255 or 40.04% from 537); Blue value is 131 (51.56% from 255 or 24.39% from 537); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD783 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD783 is #40287C. Grayscale: #C6C6C6. Windows color (decimal): -4204669 or 8640447. OLE color: 8640447.
HSL color Cylindrical-coordinate representation of color #BFD783: hue angle of 77.14º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BFD783 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 131 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.16 |
| HSL | 77.14º | 0.51% | 0.68% | - |
| HSV(B) | 77.14º | 0.39% | 0.84% | - |
| XYZ | 49.88 | 61.32 | 30.68 | - |
| YUV | 198.25 | 90.05 | 122.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 131 | 0.11 | 0 | 0.39 | 0.16 | 77.14 | 0.51 | 0.68 |
| Hex | BF | D7 | 83 | B | 0 | 27 | 10 | 4D | 33 | 44 |
| Octal | 277 | 327 | 203 | 13 | 0 | 47 | 20 | 115 | 63 | 104 |
| Binary | 10111111 | 11010111 | 10000011 | 1011 | 0 | 100111 | 10000 | 1001101 | 110011 | 1000100 |
Color Harmonies of #BFD783
Complementary color
Monochromatic Colors of #BFD783
Black with #BFD783
Text Example
Text Example
White with #BFD783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD783; }
p { color: rgb(191,215,131); }
H1.HeaderClassName
{
color: #BFD783;
}
.AnyTagClassName
{
color: #BFD783;
}
</style>
background-color css
<style>
a { background-color: #BFD783; }
a { background-color: rgb(191,215,131); }
div.DivClassName
{
background-color: #BFD783;
}
.BgClassName
{
background-color: #BFD783;
}
</style>
border-color css
<style>
span { border-color: #BFD783; }
span { border-color: rgb(191,215,131); }
td.TdClassName
{
border-color: #BFD783;
}
.TagClassName
{
border-color: #BFD783;
}
</style>