Shades of Sulu #BFD77C
Tints of Sulu #BFD77C
RGB
CMYK
RGB Variations
Color information
#BFD77C (or 0xBFD77C) is known color: Sulu. HEX triplet: BF, D7 and 7C. RGB value is (191,215,124). Sum of RGB (Red+Green+Blue) = 191+215+124=530 (70% of max value = 765). Red value is 191 (75% from 255 or 36.04% from 530); Green value is 215 (84.38% from 255 or 40.57% from 530); Blue value is 124 (48.83% from 255 or 23.40% from 530); Max value from RGB is 215 - color contains mainly: green. Hex color #BFD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFD77C is #402883. Grayscale: #C5C5C5. Windows color (decimal): -4204676 or 8181695. OLE color: 8181695.
HSL color Cylindrical-coordinate representation of color #BFD77C: hue angle of 75.82º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BFD77C is Cyan = 0.11, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 191 | 215 | 124 | - |
| CMYK | 0.11 | 0 | 0.42 | 0.16 |
| HSL | 75.82º | 0.53% | 0.66% | - |
| HSV(B) | 75.82º | 0.42% | 0.84% | - |
| XYZ | 49.42 | 61.13 | 28.26 | - |
| YUV | 197.45 | 86.55 | 123.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 191 | 215 | 124 | 0.11 | 0 | 0.42 | 0.16 | 75.82 | 0.53 | 0.66 |
| Hex | BF | D7 | 7C | B | 0 | 2A | 10 | 4C | 35 | 42 |
| Octal | 277 | 327 | 174 | 13 | 0 | 52 | 20 | 114 | 65 | 102 |
| Binary | 10111111 | 11010111 | 1111100 | 1011 | 0 | 101010 | 10000 | 1001100 | 110101 | 1000010 |
Color Harmonies of #BFD77C
Complementary color
Monochromatic Colors of #BFD77C
Black with #BFD77C
Text Example
Text Example
White with #BFD77C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BFD77C; }
p { color: rgb(191,215,124); }
H1.HeaderClassName
{
color: #BFD77C;
}
.AnyTagClassName
{
color: #BFD77C;
}
</style>
background-color css
<style>
a { background-color: #BFD77C; }
a { background-color: rgb(191,215,124); }
div.DivClassName
{
background-color: #BFD77C;
}
.BgClassName
{
background-color: #BFD77C;
}
</style>
border-color css
<style>
span { border-color: #BFD77C; }
span { border-color: rgb(191,215,124); }
td.TdClassName
{
border-color: #BFD77C;
}
.TagClassName
{
border-color: #BFD77C;
}
</style>