Shades of Sulu #BFD77A
Tints of Sulu #BFD77A
RGB
CMYK
RGB Variations
Color information
#BFD77A (or 0xBFD77A) is known color: Sulu. HEX triplet: BF, D7 and 7A. RGB value is (191,215,122). Sum of RGB (Red+Green+Blue) = 191+215+122=528 (69% of max value = 765). Red value is 191 (75% from 255 or 36.17% from 528); Green value is 215 (84.38% from 255 or 40.72% from 528); Blue value is 122 (48.05% from 255 or 23.11% from 528); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD77A is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD77A is #402885. Grayscale: #C5C5C5. Windows color (decimal): -4204678 or 8050623. OLE color: 8050623.
HSL color Cylindrical-coordinate representation of color #BFD77A: hue angle of 75.48º degrees, saturation: 0.54, 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 #BFD77A is Cyan = 0.11, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 122 | - |
| CMYK | 0.11 | 0 | 0.43 | 0.16 |
| HSL | 75.48º | 0.54% | 0.66% | - |
| HSV(B) | 75.48º | 0.43% | 0.84% | - |
| XYZ | 49.3 | 61.08 | 27.6 | - |
| YUV | 197.22 | 85.55 | 123.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 122 | 0.11 | 0 | 0.43 | 0.16 | 75.48 | 0.54 | 0.66 |
| Hex | BF | D7 | 7A | B | 0 | 2B | 10 | 4B | 36 | 42 |
| Octal | 277 | 327 | 172 | 13 | 0 | 53 | 20 | 113 | 66 | 102 |
| Binary | 10111111 | 11010111 | 1111010 | 1011 | 0 | 101011 | 10000 | 1001011 | 110110 | 1000010 |
Color Harmonies of #BFD77A
Complementary color
Monochromatic Colors of #BFD77A
Black with #BFD77A
Text Example
Text Example
White with #BFD77A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD77A; }
p { color: rgb(191,215,122); }
H1.HeaderClassName
{
color: #BFD77A;
}
.AnyTagClassName
{
color: #BFD77A;
}
</style>
background-color css
<style>
a { background-color: #BFD77A; }
a { background-color: rgb(191,215,122); }
div.DivClassName
{
background-color: #BFD77A;
}
.BgClassName
{
background-color: #BFD77A;
}
</style>
border-color css
<style>
span { border-color: #BFD77A; }
span { border-color: rgb(191,215,122); }
td.TdClassName
{
border-color: #BFD77A;
}
.TagClassName
{
border-color: #BFD77A;
}
</style>