Shades of Sulu #BFD77B
Tints of Sulu #BFD77B
RGB
CMYK
RGB Variations
Color information
#BFD77B (or 0xBFD77B) is known color: Sulu. HEX triplet: BF, D7 and 7B. RGB value is (191,215,123). Sum of RGB (Red+Green+Blue) = 191+215+123=529 (70% of max value = 765). Red value is 191 (75% from 255 or 36.11% from 529); Green value is 215 (84.38% from 255 or 40.64% from 529); Blue value is 123 (48.44% from 255 or 23.25% from 529); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD77B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD77B is #402884. Grayscale: #C5C5C5. Windows color (decimal): -4204677 or 8116159. OLE color: 8116159.
HSL color Cylindrical-coordinate representation of color #BFD77B: hue angle of 75.65º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BFD77B is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 123 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.16 |
| HSL | 75.65º | 0.53% | 0.66% | - |
| HSV(B) | 75.65º | 0.43% | 0.84% | - |
| XYZ | 49.36 | 61.11 | 27.93 | - |
| YUV | 197.34 | 86.05 | 123.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 123 | 0.11 | 0 | 0.43 | 0.16 | 75.65 | 0.53 | 0.66 |
| Hex | BF | D7 | 7B | B | 0 | 2B | 10 | 4C | 35 | 42 |
| Octal | 277 | 327 | 173 | 13 | 0 | 53 | 20 | 114 | 65 | 102 |
| Binary | 10111111 | 11010111 | 1111011 | 1011 | 0 | 101011 | 10000 | 1001100 | 110101 | 1000010 |
Color Harmonies of #BFD77B
Complementary color
Monochromatic Colors of #BFD77B
Black with #BFD77B
Text Example
Text Example
White with #BFD77B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD77B; }
p { color: rgb(191,215,123); }
H1.HeaderClassName
{
color: #BFD77B;
}
.AnyTagClassName
{
color: #BFD77B;
}
</style>
background-color css
<style>
a { background-color: #BFD77B; }
a { background-color: rgb(191,215,123); }
div.DivClassName
{
background-color: #BFD77B;
}
.BgClassName
{
background-color: #BFD77B;
}
</style>
border-color css
<style>
span { border-color: #BFD77B; }
span { border-color: rgb(191,215,123); }
td.TdClassName
{
border-color: #BFD77B;
}
.TagClassName
{
border-color: #BFD77B;
}
</style>