Shades of Sulu #BFD781
Tints of Sulu #BFD781
RGB
CMYK
RGB Variations
Color information
#BFD781 (or 0xBFD781) is known color: Sulu. HEX triplet: BF, D7 and 81. RGB value is (191,215,129). Sum of RGB (Red+Green+Blue) = 191+215+129=535 (70% of max value = 765). Red value is 191 (75% from 255 or 35.70% from 535); Green value is 215 (84.38% from 255 or 40.19% from 535); Blue value is 129 (50.78% from 255 or 24.11% from 535); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD781 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BFD781 is #40287E. Grayscale: #C6C6C6. Windows color (decimal): -4204671 or 8509375. OLE color: 8509375.
HSL color Cylindrical-coordinate representation of color #BFD781: hue angle of 76.74º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BFD781 is Cyan = 0.11, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 129 | - |
| CMYK | 0.11 | 0 | 0.4 | 0.16 |
| HSL | 76.74º | 0.52% | 0.67% | - |
| HSV(B) | 76.74º | 0.4% | 0.84% | - |
| XYZ | 49.75 | 61.26 | 29.97 | - |
| YUV | 198.02 | 89.05 | 122.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 129 | 0.11 | 0 | 0.4 | 0.16 | 76.74 | 0.52 | 0.67 |
| Hex | BF | D7 | 81 | B | 0 | 28 | 10 | 4D | 34 | 43 |
| Octal | 277 | 327 | 201 | 13 | 0 | 50 | 20 | 115 | 64 | 103 |
| Binary | 10111111 | 11010111 | 10000001 | 1011 | 0 | 101000 | 10000 | 1001101 | 110100 | 1000011 |
Color Harmonies of #BFD781
Complementary color
Monochromatic Colors of #BFD781
Black with #BFD781
Text Example
Text Example
White with #BFD781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD781; }
p { color: rgb(191,215,129); }
H1.HeaderClassName
{
color: #BFD781;
}
.AnyTagClassName
{
color: #BFD781;
}
</style>
background-color css
<style>
a { background-color: #BFD781; }
a { background-color: rgb(191,215,129); }
div.DivClassName
{
background-color: #BFD781;
}
.BgClassName
{
background-color: #BFD781;
}
</style>
border-color css
<style>
span { border-color: #BFD781; }
span { border-color: rgb(191,215,129); }
td.TdClassName
{
border-color: #BFD781;
}
.TagClassName
{
border-color: #BFD781;
}
</style>